rwby-react-templates
v1.0.4
Published
1. `npm install rwby-react-templates --save` 2. Go to your package.json and add a new entry in the scripts: `"rrt": "node ./node_modules/rwby-react-templates/index"` 3. Now you can use `npm run rrt [type] [name]`
Readme
react-templates
Install:
npm install rwby-react-templates --save- Go to your package.json and add a new entry in the scripts:
"rrt": "node ./node_modules/rwby-react-templates/index" - Now you can use
npm run rrt [type] [name]
Types:
- project (or p) => this will use the command
npx create-react-appto create a new React project - compontent (or c)
- service (or s)
- model (or m)
