[R]equireJS + [ANG]ularJS = RANG
Yeoman generator for AngularJS application with RequireJS
Install generator-rang
:
npm install -g generator-rang
Run yo rang
to show available commands:
yo rang
- rang:screen
- rang:partial
- rang:service - TODO
Note: Generators are to be run from the root directory of your app.
Generates a screen module with a controller and view.
Example:
yo rang:screen
Generates a partial module with a view and optionally a controller
Example:
yo rang:partial
gulp test
Recent changes can be viewed on Github on the Releases Page