ngzen
v0.1.0
Published
> CLI tool to improve the worflow for Angular apps
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.jscontroller [controller_name] [module_name]:
$ zen controller auth auth- auth - auth.controller.jsservice [service_name] [module_name]:
$ zen service auth auth- auth - auth.service.jsdirective [directive_name] [module_name]:
$ zen directive auth auth- auth - auth.directive.js
