mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
create-stanza
The canonical entry point to the Stanza wizard — npm create stanza (and friends) forwards straight to stanza-cli's init command.
npm create stanza my-app
pnpm create stanza my-app
bun create stanza my-app
Pick a framework, ORM, database, auth provider, and UI — get a clean full-stack TypeScript monorepo with idiomatic code vendored into your repo. Pass --yes with --<category>=<id> flags to skip the prompts in CI.
Everything beyond launching the wizard lives in stanza-cli. Full docs at stanza.tools/docs.