0.1.0 • Published 9 years ago

ngzen v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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: $ zen controller auth auth

    - auth
      - auth.controller.js
  • service service_name: $ zen service auth auth

    - auth
      - auth.service.js
  • directive directive_name: $ zen directive auth auth

    - auth
      - auth.directive.js