Package Exports
- js2coffee/lib/js2coffee.coffee
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (js2coffee) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
JS2Coffee
A JavaScript to CoffeeScript compiler.
$ npm install js2coffeeUsage:
$ js2coffee input_file.js
$ js2coffee input_file.js > output.coffee
$ cat input.js | js2coffeeDevelopment
Run tests:
$ npm testBuild the browser version:
$ cake buildAcknowledgements
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