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.
- Runtime: Bun ≥ 1.3
- Current version: 0.3.9
- Everything it can do: CLI reference →
License
MIT.