The CanxJS CLI helps you scaffold new applications and generate code snippets.
You don't need to install the CLI globally. We recommend using `bunx` to run commands.
$
Scaffolds a new CanxJS application with all dependencies installed.
[directory]The name of the directory to create (default: canx-app)--templateChoose a starter template (api, web, minimal)--ts, --typescriptInitialize as a TypeScript project (default)Generates a new controller file.
$
Generates a new model file.
$
Runs pending database migrations.
$