Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 562 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 562 Bytes

Note: This has been deprecated and no longer maintained. See the new

Js2coffee version rewritten for NodeJS and the web.


JavaScript to CoffeeScript compiler

It takes your JS files and turns them into CoffeeScript files.
js2c file.js
js2c file.js > file.coffee

Testing

  • Use make test or ./setup.py test
  • Check the js2coffee-tests repo for even more tests

Acknowledgements