Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1egoman/generator-cmj

coffee-script, mongodb, and mocha
https://github.com/1egoman/generator-cmj

Last synced: about 1 month ago
JSON representation

coffee-script, mongodb, and mocha

Awesome Lists containing this project

README

        

# 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)