@n8n-as-code/sync
v0.11.0
Published
Sync library for n8n-as-code ecosystem
Readme
@n8n-as-code/sync
The logical sync of the n8n-as-code ecosystem.
🛠 Purpose
This package contains the shared logic used by the CLI, the Skills CLI, and the VS Code extension:
- API Client: Communication with the n8n REST API.
- Synchronization: Logic for pulling, pushing, and detecting changes.
- Sanitization: Cleaning up n8n JSONs for better Git versioning (removing IDs, timestamps, etc.).
- State Management: Tracking local vs. remote state to detect conflicts.
Usage
This is internal tooling primarily intended to be consumed by other @n8n-as-code packages.
npm install @n8n-as-code/sync📄 License
MIT
