0.2.1 • Published 10 years ago

generator-tie v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

generator-tie Build Status

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