/generator-module

Another yeoman module generator.

Primary LanguageJavaScript

Module Generator

Yeoman generator for Node.js modules.

This one is based on my own preferences (stripped down) and uses tape instead of mocha.

Install

npm install -g yo
npm install -g generator-module

Usage

mkdir somedir && cd $_
yo module

The rest is magic.