0.1.2 • Published 9 years ago

generator-lukaszgrolik-angular v0.1.2

Weekly downloads
8
License
-
Repository
github
Last release
9 years ago

generator-lukaszgrolik-angular

My personal Yeoman generator for highly automated Gulp driven Angular applications

Features

  • development and production bundles on separate servers
  • compile Sass styles using globs
  • build main application script with automatically loaded Angular modules and cached Angular templates
  • define vendor styles and scripts in YAML file
  • "add" sub-generator for creating application modules

Usage

Install

npm install -g yo gulp

npm install -g generator-lukaszgrolik-angular

Run

Create a new directory, go into it and run:

yo lukaszgrolik-angular

If you want to create a module:

yo lukaszgrolik-angular:add

License

MIT