0.2.8 • Published 10 years ago
generator-fdm-angular v0.2.8
generator-fdm-angular

Yeoman generator for AngularJS with Gulp, Bootstrap and LESS based on generator-angular
Installation
Install yo, gulp, bower, generator-fdm-angular:
npm install -g gulp bower yo generator-fdm-angularMake a new directory, and cd into it:
mkdir my-new-project && cd my-new-projectRun yo fdm-angular, optionally passing an app name:
yo fdm-angular [app-name]Gulpfile
Serve the project at http://locahost:9000
gulp serveAdd the option --open to open and serve the project at http://locahost:9000
gulp serve --openGenerate a dist directory ready for production
gulp buildRun Karma tests
gulp testGenerate ngDocs folder with all the generated documentation in a format that can be hosted
gulp docsGenerators
Available generators:
yo fdm-angular:view nameyo fdm-angular:controller nameyo fdm-angular:route nameyo fdm-angular:directive nameyo fdm-angular:filter nameyo fdm-angular:service nameyo fdm-angular:factory nameyo fdm-angular:constant nameEditor Plugins
License
MIT