1.2.2 • Published 7 years ago

rave-boilerplates v1.2.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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.

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago