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
- Host: GitHub
- URL: https://github.com/coretool/instant-coffee
- Owner: Coretool
- Created: 2016-05-29T17:49:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T18:12:17.000Z (about 10 years ago)
- Last Synced: 2025-04-03T20:43:15.300Z (about 1 year ago)
- Language: JavaScript
- Size: 2.78 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)