Skip to content

JavaScript to CoffeeScript written in CoffeeScript.

Notifications You must be signed in to change notification settings

Txerrinko/js2coffee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS2Coffee

A JavaScript to CoffeeScript compiler.

$ npm install js2coffee

Usage:

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

Development

Run tests:

$ npm 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.

Resources

Stars

Watchers

Forks

Packages

No packages published