/js2coffee

JavaScript to CoffeeScript written in CoffeeScript.

Primary LanguageJavaScriptMIT LicenseMIT

Js2Coffee

Check this project's build status on TravisCI View this project's NPM page

A JavaScript to CoffeeScript compiler

Install

npm install -g js2coffee

Usage

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

Development

Setup dependencies

npm install

Watch, compile, bundle, and test the project

./node_modules/.bin/docpad run

History

You can discover the history inside the History.md file

License

Licensed under the incredibly permissive MIT License
Copyright © 2011+ Rico Sta. Cruz hi@ricostacruz.com

Thanks

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

And of course: