Skip to content

Latest commit

 

History

History
executable file
·
45 lines (26 loc) · 606 Bytes

README.md

File metadata and controls

executable file
·
45 lines (26 loc) · 606 Bytes

zyncro-generator

Yeoman Generator Zyncro Generator

Quick Start

First you need to install yeoman then install the generator from console.

Install zyncro-generator from npm, run:

npm install -g git://github.com/pedroaspiazu/zyncro-generator/

Module-Generator

To create a new module...

$ yo zyncro:module "moduleName"

To create a new submMdule...

$ yo zyncro:module "subModuleName"

Specify subModule path...

app/parentModule 

Component-Generator

To create a new component...

$ yo zyncro:component "componentName"