MrDHat / generator-node-mocha

Create a Node.js module with yo, including Mocha unit tests.
MIT License
7 stars 7 forks source link

Node-Mocha Generator Build Status

This project is no longer maintained. Head over to yeoman/generator-node.

Create a node.js module with Yeoman, including Mocha unit tests.

This generator is a fork of generator-node by the Yeoman team supporting Mocha unit tests instead of NodeUnit.

Original Author: The Yeoman Team

Author: @MrDHat with generous contributions from @thanpolas

NPM

Installation

Install the generator by running: npm install -g generator-node-mocha.

Usage

At the command-line, cd into an empty directory, run this command and follow the prompts.

yo node-mocha

Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.

License

MIT License

Bitdeli Badge