biolerplates
v1.0.0
Published
A CLI tool to generate minimal boilerplates for projects.
Downloads
1
Maintainers
Readme
R-A-V-E
Simple boilerplate generator for ReactJS, AngularJS, VueJS & ExpressJS projects.
Installation
$ npm install -g rave
Creating a project
$ rave create -flag <project_name>
$ npm install
$ npm start
Flags
This generator can be configured with the following command line flags.
--version Output the version number
-r, --react Create new React project
-x, --reactredux Create a React + Redux projec
-n, --reactnative Create new React Native project
-e, --express Create a new Express projec
-u, --vue Create new Vue project
-a, --angular Create new Angular project
-h, --help Output usage information
Deleting a project
Asides manually deleting the project, you can use the following command line to delete the project. NB: Make sure you're in the project parent directory.
$ rave destroy <project_name>