An open API service indexing awesome lists of open source software.

https://github.com/coretool/instant-coffee

An "on the fly" compiler for javascript dialects
https://github.com/coretool/instant-coffee

Last synced: 12 months ago
JSON representation

An "on the fly" compiler for javascript dialects

Awesome Lists containing this project

README

          

# instant coffee

An "on the fly" compiler for JavaScript dialects like [CoffeeScript](http://coffeescript.org).

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

```bash
npm install -g instant-coffee

instant [your CoffeeScript file]
```

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