Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lordnox/generator-node-coffee

Yeoman generator to create a basic node.js coffee-script module
https://github.com/lordnox/generator-node-coffee

Last synced: 26 days ago
JSON representation

Yeoman generator to create a basic node.js coffee-script module

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 of
[generator-node](https://github.com/yeoman/generator-node), authored by Kyle Robinson Young, Addy Osmani and Stephen Sawchuck.
The Gruntfile.js is based on [grunt-express-workflow](https://github.com/appleYaks/grunt-express-workflow) from [appleYaks](https://github.com/appleYaks).

Maintained by Tobias Kopelke.

[Yeoman]: http://yeoman.io/

## Installation

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

## Usage

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

```
yo node-coffee
```

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