Information
Js2coffee helps you migrate projects to CoffeeScript by compiling your JavaScript code into CoffeeScript.
Js2coffee is a project of Rico Sta Cruz. The source code is available over at GitHub.
Local usage
Js2coffee is also available as a NodeJS module.
$ npm install js2coffee
$ js2coffee file.js > file.coffee
Reporting issues
Please report any issues you find over to the Js2coffee issue tracker. As a courtesy to everyone, be sure to check if your problem has already been reported.