0.1.0 • Published 7 years ago

generator-nithin-angular v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

generator-nithin-angular

another basic angularjs 1.X generator

Installation

  • Install globally using npm
 npm install generator-nithin-angular -g

Usage

  • Use the generator to get a boilerplate angular project. Give the required inputs on the prompt.
 yo nithin-angular myAwesomeApp

Sub-generators

  • Creating a module - (give the required inputs on the prompt)
 yo nithin-angular:module
  • Creating a directive - (give the required inputs on the prompt)
 yo nithin-angular:directive
  • Creating a controller - (give the required inputs on the prompt)
 yo nithin-angular:controller
  • Creating a filter - (give the required inputs on the prompt)
 yo nithin-angular:filter

License

MIT License