Next

For developers eager to experiment with upcoming features before they reach stable status, Syncify offers Nightly releases tagged as @next on the NPM Registry. This version might include pre-release features or critical bug fixes not yet available in the stable release. The @next releases are based on the next branch in the Syncify GitHub repository, where you can track code changes and commit history.

Development Dependency

$ pnpm add @syncify/cli@next -g

Global Dependency

$ pnpm add @syncify/cli@next --save-dev

These nightly builds available via @next are meant for those who want to stay ahead with development but the release is not considered stable, and caution is advised before usage. This version will undergo frequent changes, which might include undocumented breaking changes, so please consider adoption carefully.