Js2coffee is an interesting tools that will help you in migration to CoffeeScript.
Js2coffee automatically compiles your Javascript code into CoffeeScript.
Js2coffee is also available as a NodeJS module.
$ npm install js2coffee
$ js2coffee file.js > file.coffee
Js2coffee helps you migrate projects to CoffeeScript by compiling your JavaScript code into CoffeeScript.
- Website: http://js2coffee.org/










