Docs / CLI

CLI

@hopak/cli — the command-line tool. Install card only; full reference is under CLI.

@hopak/cli is the operator tool — it scaffolds projects, runs the dev server, generates code, switches database dialects, and manages migrations. This page is a thin install card — every command, flag, and workflow lives in the full CLI reference.

Install

bun add -g @hopak/cli

Global install exposes the hopak binary. Also available project-local (bun add -D @hopak/cli) and run via bunx hopak <cmd> or npm scripts.

License

MIT.