UNPKG

create-petal

Version:

A CLI utility to create a new Petal app

46 lines (30 loc) 670 B
# create-petal work in progress ## scaffolding for petal projects **with npm:** ```bash npm create petal@latest ``` **with yarn:** ```bash yarn create petal ``` **\*with pnpm:** ```bash pnpm create petal ``` **with bun:** ```bash bun create petal ``` `create-petal` automatically runs in _interactive_ mode, but you can also specify your project name and template with command line arguments. ```bash # 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 ```