1.0.4 • Published 10 years ago
generator-boiler v1.0.4
generator-boiler
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.