Unstable

Beyond the stable and next releases, Syncify also maintains an unstable release on the NPM registry. This version is primarily for collaborators and is used to test proof-of-concept features. It’s not recommended for general use due to its inherent instability; in fact, it will likely not work at all in most scenarios. Sticking with the latest or next versions is advisable unless reasoning requires otherwise.

Development Dependency

$ pnpm add @syncify/cli@unstable -g

Global Dependency

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