0.2.0 • Published 9 years ago

generator-rang v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

RANG generator


RequireJS + ANGularJS = RANG

Yeoman generator for AngularJS application with RequireJS

Usage

Install generator-rang:

npm install -g generator-rang

Run yo rang to show available commands:

yo rang

Generators

Note: Generators are to be run from the root directory of your app.

Screen

Generates a screen module with a controller and view.

Example:

yo rang:screen

Partial

Generates a partial module with a view and optionally a controller

Example:

yo rang:partial

Testing

gulp test

Changelog

Recent changes can be viewed on Github on the Releases Page

0.2.0

9 years ago

0.1.0

9 years ago