1.0.4 • Published 9 years ago

generator-boiler v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

generator-boiler Build Status

Quickly scaffold a new node module.

Getting Started

If you don't have it already, install Yeoman

npm install -g yo

Then install the generator

npm install -g generator-boiler

and scaffold out a new node module

yo boiler

easy peasy.

License

The MIT License