quick new
Create a sub app or deployment app with guided prompts and options for author, company, client, database, dialect, package, and template.
Quickstart CLI
Create an app or deployment, choose an environment, render templates, install dependencies, and start from a clean git commit.
$ quick --version
quick 0.0.1
$ quick new app billing-api --template sql
OK toolchain ready
? Select env: production
OK Rendering base template
OK Rendering selected template
OK Installing dependencies
You're all set!
Run 'npm start' to start your project
Get started
The website now focuses on the commands developers type after Quickstart is available on their machine.
quick --version
quick --help
quick new app my-app --template sql
Keep the setup simple: verify the binary, ask for help, then scaffold an app or deployment.
quick --versionquick --helpquick new app billing-api --template sqlquick new deployment billing-deployRequirements
Commands
The CLI exposes `quick new` for app or deployment scaffolding and `quick --version` for install checks.
Create a sub app or deployment app with guided prompts and options for author, company, client, database, dialect, package, and template.
Verify the installed binary. The current repo version reports `quick 0.0.1`.
Failures are designed to stand apart from prompts and success messages, making terminal output easier to scan.