create-destack
v0.55.3
Published
Create Destack apps
Maintainers
Readme
create-destack
Create a new Destack app.
This package powers npm create destack.
Usage
npm create destack@latest my-apppnpm create destack@latest my-appyarn create destack my-appbun create destack my-appThe default template is app.
Use --template empty for a minimal starter.
Options
npm create destack@latest my-app -- --template app --yes-t, --template <name>: Selectapporempty.-p, --package-manager <name>: Selectnpm,pnpm,yarn, orbun.--overwrite: Allow writing into a non-empty target directory.--dry-run: Print the planned actions without writing files.-y, --yes: Skip prompts.-h, --help: Show CLI help.
