setup-coffee-library
v0.0.3
Published
A utility to create CoffeeScript library projects that integrate with Github, Travis CI & mocha out of the box
Downloads
5
Readme
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!