1.0.2 • Published 9 years ago

generator-le-module v1.0.2

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

generator-le-module Build Status

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

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago