Proful / js2coffee

JavaScript to CoffeeScript written in CoffeeScript. Recursive convert all js files to coffee files inside a folder.

Home Page:http://ricostacruz.com/js2coffee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Information about this fork

Recurssively convert all the JavaScript files into Coffee-script inside a folder.

js2coffee test/express_ex_mvc

This will convert all .js files to .coffee file.

JS2Coffee

A JavaScript to CoffeeScript compiler.

$ npm install js2coffee

Usage:

$ js2coffee input_file.js
$ js2coffee input_file.js > output.js
$ cat input.js | js2coffee

Development

Install dependencies:

$ npm install
$ npm install glob

Run tests:

$ cake test

Build the browser version:

$ cake build

Acknowledgements

Made possible thanks to the hard work of Js2coffee's dependency projects:

And of course:

About

JavaScript to CoffeeScript written in CoffeeScript. Recursive convert all js files to coffee files inside a folder.

http://ricostacruz.com/js2coffee


Languages

Language:JavaScript 80.9%Language:CoffeeScript 19.1%