setup-coffee-library

A utility to create CoffeeScript library projects that integrate with Github, Travis CI & mocha out of the box

Usage no npm install needed!

<script type="module">
  import setupCoffeeLibrary from 'https://cdn.skypack.dev/setup-coffee-library';
</script>

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!