Before installing the CLI, make sure you have:
The CLI works on Windows, macOS, and Linux.
npm install -g @snipplle/cli
snipplle --version
This should display the installed version of the CLI.
Use your API key to log in:
snipplle login <api-key>
To start using snippets in a local project:
snipplle init
Follow the prompts to configure Snipplle config file in your project folder for snippet synchronization.