Greymind.com Yeoman-based generator for popular web frameworks.
npm install -g generator-greymind
yo greymind <AppName>
Usage: yo greymind:<sub-generator-name> [args]
ngcontroller <ControllerName>
- Don't suffix with
Controller
- Creates a controller named
ControllerName
atclient/app/controller-name/controller-name.controller.js
- Don't suffix with
ngview <ViewName>
- Don't suffix with
View
- Assumes controller with same name as
ViewName
- Creates a view named
ViewName
atclient/app/view-name/view-name.html
- Don't suffix with
ngdirective <DirectiveName>
- Don't suffix with
Directive
- Creates directive named
directiveName
atclient/app/directives/directive-name.js
- Don't suffix with
- Balakrishnan (Balki) Ranganathan
MIT