generator-le-module
v1.0.2
Published
Generates a solid starting point for new node modules
Downloads
2
Readme
generator-le-module
Generates a solid starting point for new node modules
Installation
npm install -g generator-le-module
Usage
Simply run the generator from your new module's folder
mkdir your-new-module
cd your-new-module
yo le-module
Dependencies
What is Yeoman?
Basically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.
Not every new computer comes with a Yeoman pre-installed. He lives in the npm package repository. You only have to ask for him once, then he packs up and moves into your hard drive. Make sure you clean up, he likes new and shiny things.
This particulator geneartor also requires the travis-encrypt npm module.
npm install -g yo
npm install -g travis-encrypt
License
MIT