ngzen
v0.1.0
Published
> CLI tool to improve the worflow for Angular apps
Downloads
4
Readme
ngzen
CLI tool to improve the worflow for Angular apps
How to install
$ npm install -g ngzen
API
module [module_name]: Create a module folder and the module registration file.
$ zen module auth
- auth - auth.module.js
controller [controller_name] [module_name]:
$ zen controller auth auth
- auth - auth.controller.js
service [service_name] [module_name]:
$ zen service auth auth
- auth - auth.service.js
directive [directive_name] [module_name]:
$ zen directive auth auth
- auth - auth.directive.js