0.0.3 • Published 12 years ago
setup-coffee-library v0.0.3
setup-coffee-library
A utility to create CoffeeScript projects
Installation
sudo npm install -g setup-coffee-library
Usage
setup-coffee-library <app name> <author> <description>
Note: This will create a directory called <app name> and populate with the necessary files to develop a CoffeeScript project.
Cakefile
Baked into the Cakefile:
cake build # transpile src/*.coffee to lib/*.js
cake clean # delete everything in lib/
Notes
- All tests in the test directory are named
*Test.coffee
. - Tests use mocha.
Enjoy!