3.1.0 • Published 3 days ago

create-petal v3.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 days ago

create-petal

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

check out the full list of example templates, available on GitHub

you may also use any GitHub repository as a template:

npm create petal@latest my-petal-project -- --template pauliesnug/rust-turbo

cli flags

may be provided in place of prompts | name | description | | :--------------------------- | :----------------------------------------------------- | | --help (-h) | display available flags. | | --template <name> | specify your template. | | --install / --no-install | install dependencies (or not). | | --git / --no-git | initialize git repo (or not). | | --yes (-y) | skip all prompts by accepting defaults. | | --no (-n) | skip all prompts by declining defaults. | | --dry-run | walk through steps without executing. | | --skip-flower | skip flower animations animation. | | --ref | specify a Petal branch (default: latest). | | --fancy | enable full Unicode support for Windows. | | --typescript <option> | typescript option: strict / strictest / relaxed. |

3.1.0

3 days ago

3.0.1

11 days ago

3.0.0

12 days ago

2.4.1

12 days ago

2.4.0

20 days ago

2.3.3

26 days ago

2.3.2

29 days ago

2.3.1

1 month ago

2.3.0

1 month ago

2.2.2

1 month ago

2.2.1

2 months ago

2.2.0

2 months ago

2.1.1-alpha.22

4 months ago

2.1.1-alpha.21

4 months ago

2.1.1-alpha.20

4 months ago

2.1.1-alpha.18

5 months ago

2.1.1-alpha.17

5 months ago

2.1.1-alpha.15

6 months ago

2.1.1-alpha.13

6 months ago

2.1.1-alpha.11

6 months ago

2.1.1-alpha.8

6 months ago

2.1.0

6 months ago