react-parcel-cli
v0.1.0
Published
Create React apps with no build configuration with parcel
Downloads
29
Readme
react parcel cli
Create React apps with no build configuration with parcel
Quick Overview
$ react-parcel-cli new
$ cd my-app
$ npm start$ react-parcel-cli create my-app
$ cd my-app
$ npm startInstallation
$ npm install -g react-parcel-cliRequirement
Usage
new
Usage: new
Examples:
$ react-parcel-cli newcreate
Usage: create <name> [options]
Options:
-t, --type [type] "basic" or "redux" (default: basic)
-p, --path [path] path to be created. (default: ./)
-h, --help output usage information
Examples:
$ react-parcel-cli create my-app
$ react-parcel-cli create my-app -p ./workspace -t redux