Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 418 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 418 Bytes

instant coffee

An "on the fly" compiler for JavaScript dialects like CoffeeScript.

Instant coffee allows you to run a js dialect directly from the console. At the moment, only CoffeeScript is supported, more is intened for the future!

#How To

npm install -g instant-coffee

instant [your CoffeeScript file]

#Contribution If you want to help, PRs are welcome as always :)