Skip to content

cironunes/ngzen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngzen

CLI tool for a faster Angular worflow

Zen creates Angular files for you enforcing the best practices.

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
    
  • constant [constant_name] [module_name]:

    $ zen constant auth auth

    - auth
      - auth.constant.js
    

About

CLI tool for a faster Angular worflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published