Hoody CLI
Command-line interface for the Hoody platform
Run it
npx hoody-sdk
No install step — this fetches and runs the current release.
Install globally
npm i -g hoody-sdk
Installs the hoody command onto your PATH.
No Node.js?
A single native binary is available too — install it without Node.js.
Same package as the SDK
The CLI ships inside hoody-sdk — one package, not two. Install it in a project and the hoody command is available to your npm scripts; install it globally and you get the command on your PATH. Requires a Node.js version matching the package's engines field.