## Builds

Browserify builds (`dist/js2coffee.js`) are invoked via `npm prepublish`.

## Tests

Tests are still plain files (text files in `specs/*`) but invoked with a Mocha
test runner.

## How it works

Check out comments in `js2coffee.js` for an overiew.

## Builder

To be documented, but see `lib/builder/base.coffee`.

## Transformations

To be documented, but see `lib/transformers/base.coffee`.
