@craftzbay/create-app
v1.0.1
Published
Scaffold a new project preconfigured with @craftzbay/ui. Invoke via `npm create @craftzbay/app my-app`.
Maintainers
Readme
@craftzbay/create-app
Scaffold a new project preconfigured with @craftzbay/ui.
npm create @craftzbay/app my-app
# or
pnpm create @craftzbay/app my-app
# or
yarn create @craftzbay/app my-app
# or
bun create @craftzbay/app my-appThen:
cd my-app
pnpm devTemplates
| ID | What you get |
| ----------------- | --------------------------------------------------------------------- |
| vite-blank | Minimal Vite + React + @craftzbay/ui starter (Card + Input + Switch) |
| vite-dashboard | AppShell + Dashboard template, ready to wire data |
Pass --template <id> to skip the picker:
npm create @craftzbay/app my-app -- --template vite-dashboardOptions
-t, --template <name> Skip the prompt and use a known template
-y, --yes Skip "install deps?" prompt and install
--no-install Skip dependency install entirely
-h, --help Show this help