$ npm install js2coffee
Usage:
$ js2coffee input_file.js
$ js2coffee input_file.js > output.coffee
$ cat input.js | js2coffee
Run tests:
$ npm test
Build the browser version:
$ cake build
Made possible thanks to the hard work of Js2coffee's dependency projects:
- Narcissus, Mozilla's JavaScript engine
- Node Narcissus, the Node port of Narcissus
- Underscore.js
And of course:
- Jeremy Ashkenas's CoffeeScript