generator-node-coffee
v0.0.3
Published
A node generator for Yeoman for Coffee-Script projects
Downloads
3
Maintainers
Readme
Node Coffee Generator
Create a node.js coffee-script module with Yeoman, including jasmine test.
This generator is based of generator-node, authored by Kyle Robinson Young, Addy Osmani and Stephen Sawchuck. The Gruntfile.js is based on grunt-express-workflow from appleYaks.
Maintained by Tobias Kopelke.
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.