0.0.3 • Published 11 years ago

setup-coffee-library v0.0.3

Weekly downloads
2
License
-
Repository
-
Last release
11 years ago

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!

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago