README
generator-gulp-angular-requirejs
Yeoman generator for AngularJS webapps incorporating requirejs and gulp
Usage
Install dependencies:
npm install -g yo bower
Install generator-gulp-angular-requirejs:
npm install -g generator-gulp-angular-requirejs
Make a new directory, and cd into it:
mkdir my-new-project && cd $_
Run yo gulp-angular-requirejs:
yo gulp-angular-requirejs
Run gulp for building, gulp serve for preview, and gulp test for tests.
Features
- Gulp build process with development and production builds
- Scaffolding for requirejs with a simple angular app
- Scaffolding for LESS styles with Bootstrap
- Unit tests run by karma with code coverage output
- Integration tests run by protractor
- jQuery, lodash, and Modernizr preinstalled
License
MIT © Jonathan Lounsbury