My personal Yeoman generator for highly automated Gulp driven Angular applications
-
development
andproduction
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
npm install -g yo gulp
npm install -g generator-lukaszgrolik-angular
Create a new directory, go into it and run:
yo lukaszgrolik-angular
If you want to create a module:
yo lukaszgrolik-angular:add
MIT