0.2.1 • Published 10 years ago

generator-yangular v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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

0.2.1

10 years ago

0.2.0

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago