UNPKG

generator-cmj

Version:

A node generator for Yeoman forked from generator-node-coffee

28 lines (14 loc) 809 B
# Node Coffee Generator [![Build Status](https://travis-ci.org/lordnox/generator-node-coffee.png?branch=master)](https://travis-ci.org/lordnox/generator-node-coffee) > Create a node.js coffee-script module with [Yeoman][], including Mocha tests. This generator is based off [generator-node-coffee](https://github.com/yeoman/generator-node) [Yeoman]: http://yeoman.io/ ## Installation Install the generator by running: `npm install -g generator-cmj`. ## Usage At the command-line, cd into an empty directory, run this command and follow the prompts. ``` yo cmj ``` _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](http://en.wikipedia.org/wiki/MIT_License)