[SDK] We're developing a new sdk components to sync codes for developing KitX Project #287
Labels
enhancement
New feature or request
tracking
This issue is tracking by another issue
working on
We are working on this issue
🪦 Is your feature request related to a problem? Please describe.
Because cross-device connectivity is a highlight of the KitX project, it is often necessary to synchronize code and jointly debug on multiple devices when developing KitX.
Previously, I synchronized code through a private git server, and needed to rebase git when officially submitting, which was not very convenient.
So we developed this tool and integrated it into the KitX SDK. You can execute the tool through the cheese scaffolding in the future.
🪧 Describe the solution you'd like
.sync-ignore
file to identity which paths ignored and which extensions ignored.cheese -e sync-server
to launch a server in current folder.cheese -e sync-client
to launch a client in current folder./catalog
endpoint./catalog
endpoint every 1 sec for changes, and get new file content in/file/<path>
endpoint.🧾 Describe alternatives you've considered
No response
📎 Additional context
No response
The text was updated successfully, but these errors were encountered: