README
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-tie
Create the library:
yo tie
Create a new component:
yo tie:component componentName
Watch it:
cd componentName && gulp watch
Build it:
cd componentName && gulp build
Release it:
cd componentName && npm release
License
MIT