Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/1egoman/generator-cmj
- Owner: 1egoman
- License: mit
- Created: 2015-04-18T17:00:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T12:47:29.000Z (over 9 years ago)
- Last Synced: 2024-10-31T17:45:39.277Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)