work in progress
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