0.2.0 • Published 11 years ago
generator-rang v0.2.0
RANG generator
Yeoman generator for AngularJS application with RequireJS
Usage
Install generator-rang:
npm install -g generator-rangRun yo rang to show available commands:
yo rangGenerators
- rang:screen
- rang:partial
- rang:service - TODO
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:screenPartial
Generates a partial module with a view and optionally a controller
Example:
yo rang:partialTesting
gulp testChangelog
Recent changes can be viewed on Github on the Releases Page