1.0.3 • Published 7 years ago

angular-boilerplate-cli v1.0.3

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

AngularJS Boilerplate NodeJS Based CLI - MVC and Jasmin and Karma Unit Testcases

Installation -

Using NPM -

npm install -g angular-boilerplate-cli

Using Git -
  1. Download/Clone this git repository into the local machin and keep this folder into a safe place.
  2. Open cmd or Terminal app and go to this directry using cd command
  3. Run npm install. This will install the dependencies.
  4. Run npm link. This will set the boilerplate command into the Path so that boilerplate command can be accessed anywhere from cmd or Terminal app.

Usage -

  1. Create a directoy mkdir AwesomeProject
  2. Initialize the app boilerplate init and provide the required information like ng-app module name etc.
  3. Add controller using boilerplate controller add. This will create the controller into src/app folder.
  4. Similary factory, directives, filters and services can be created
  5. For help try the command boilerplate help.

Folder Structure -

Refer the example folder in this directory for the folder structure.

Video -

Angular Boilerplate