create-petal
v5.0.0
Published
A CLI utility to create a new Petal app
Downloads
196
Maintainers
Readme
create-petal
work in progress
scaffolding for petal projects
with npm:
npm create petal@latest
with yarn:
yarn create petal
*with pnpm:
pnpm create petal
with bun:
bun create petal
create-petal
automatically runs in interactive mode, but you can also specify your project name and template with command line arguments.
# npm
npm create petal@latest my-petal-project -- --template minimal
# yarn
yarn create petal my-petal-project --template minimal
# pnpm
pnpm create petal my-petal-project --template minimal
# bun
bun create petal my-petal-project --template minimal