1.0.4 • Published 8 years ago
@jdavalenti/react-cli v1.0.4
React CLI
The React command line utility.
Inspired by EmberCLI
Features
- File / Project generator using blueprints
- Generate project with the Flux architecture
Installation
npm i -g @jdavalenti/react-cliUsage
After installing react CLI tool it will be available using the react command line.
Create a new project
react new my-react-appThis will create a new folder my-react-app and setup the basic react project strcture and install any necessary dependencies.
Generate files
react generate component ReactComponentThis will generate a component name react-component.js. component here is just an example and can be used with a variety of blueprints.
Currently Supported Blueprints
- Actions
action - Components
component - Constants
constant - Dispatchers
dispatcher - Stores
store - Utils
util
Current Supported Architectures
- Flux
react new my-create-app --flux
Community
- Slack Join the Slack Community
- Issues react-cli/issues
License
This project is licensed under the MIT License.