rave-boilerplates

1.2.2 • Public • Published

R-A-V-E

Simple boilerplate generator for ReactJS, AngularJS, VueJS & ExpressJS projects.

Installation

$ npm install -g rave-boilerplates

Creating a project

$ rave-boilerplates 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 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-boilerplates destroy <project_name>

NB

This is still a Work in progress, but it's a somewhat stable build. Right now it can only generate React, React + Redux and Express apps.

Package Sidebar

Install

npm i rave-boilerplates

Weekly Downloads

1

Version

1.2.2

License

ISC

Unpacked Size

32.9 kB

Total Files

39

Last publish

Collaborators

  • bbamii