v0.0.1-rc.1

Syncify adheres to the principles of Semantic Versioning, which ensures that version numbers clearly indicate the nature of changes in each release. Syncify’s journey started with an initial release candidate at v0.0.1-rc.1, marking the beginning of official releases while considering all prior beta versions as both incompatible and highly unstable. When you install Syncify from the NPM Registry, you’re automatically using the latest version, which represents the most stable release suitable for general use.

Install Syncify as a global dependency for optimal usage.

$ pnpm add @syncify/cli@latest -g

Per-Project

Optionally install as a development depdendency if you prefer.

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