0.2.8 • Published 8 years ago

generator-fdm-angular v0.2.8

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

generator-fdm-angular Build Status Dependency Status

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-angular

Make a new directory, and cd into it:

mkdir my-new-project && cd my-new-project

Run yo fdm-angular, optionally passing an app name:

yo fdm-angular [app-name]

Gulpfile

Serve the project at http://locahost:9000

gulp serve

Add the option --open to open and serve the project at http://locahost:9000

gulp serve --open

Generate a dist directory ready for production

gulp build

Run Karma tests

gulp test

Generate ngDocs folder with all the generated documentation in a format that can be hosted

gulp docs

Generators

Available generators:

yo fdm-angular:view name
yo fdm-angular:controller name
yo fdm-angular:route name
yo fdm-angular:directive name
yo fdm-angular:filter name
yo fdm-angular:service name
yo fdm-angular:factory name
yo fdm-angular:constant name

Editor Plugins

License

MIT

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago