Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lordnox/generator-node-coffee
- Owner: lordnox
- License: mit
- Created: 2013-09-08T12:04:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-25T14:51:21.000Z (over 10 years ago)
- Last Synced: 2024-10-06T17:16:34.968Z (about 1 month ago)
- Language: JavaScript
- Size: 169 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
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 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)