Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 670 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 670 Bytes

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