generator-yangular

0.2.1 • Public • Published

generator-yangular Build Status Dependency Status

Yeoman generator for AngularJS with Gulp, Bootstrap and LESS based on generator-angular

Installation

Install yo, gulp, bower, generator-yangular:

npm install -g gulp bower yo generator-yangular

Make a new directory, and cd into it:

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

Run yo yangular, optionally passing an app name:

yo yangular [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 yangular:view name
yo yangular:controller name
yo yangular:route name
yo yangular:directive name
yo yangular:filter name
yo yangular:service name
yo yangular:factory name
yo yangular:constant name

Editor Plugins

License

MIT

Package Sidebar

Install

npm i generator-yangular

Weekly Downloads

1

Version

0.2.1

License

MIT

Last publish

Collaborators

  • loetjvr