biolerplates

1.0.0 • Public • Published

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>

License

MIT

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i biolerplates

    Weekly Downloads

    2

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    25.8 kB

    Total Files

    39

    Last publish

    Collaborators

    • bbamii