generator-tie
v0.2.1
Published
Component library generator
Maintainers
Readme
generator-tie 
Yeoman generator
TODO
- Create a command to component version raising
- Write a proper
README.md - Create a nice flow for javascript components
- Make it more customizable
- Define TODO ;}
Getting Started
To install generator-tie from npm, run:
npm install -g generator-tieCreate the library:
yo tieCreate a new component:
yo tie:component componentNameWatch it:
cd componentName && gulp watchBuild it:
cd componentName && gulp buildRelease it:
cd componentName && npm releaseLicense
MIT
