2.0.2 • Published 4 years ago

parcreate v2.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Parcreate

npm License

Super simple project bootstrapping with Parcel Bundler.

npx parcreate example

# Or with a template:

npx parcreate example --template tailwind


# If you don't have npm>5.2.0
#    this method is not reccommended as you have to manually
#    make sure you're using the latest version everytime

npm i -g parcreate
parcreate example --template react

Current list of templates:

  • basic
  • tailwind
  • react

Help text:

$ parcreate <dir> [options]

Options
    -t, --template    Choose a template for your app (defaults to basic)

Examples
    $ parcreate my-app
    $ parcreate my-react-app --template react
    $ parcreate . --template tailwind
2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago