caffeine
Version:
Unfancy JavaScript powered by CoffeeScript Caffeine
45 lines (26 loc) • 1.4 kB
Markdown
# [](https://github.com/ich/caffeine)
[](http://travis-ci.org/ich/caffeine)
Caffeine is a language that extends CoffeeScript.
### Install [Node.js](http://nodejs.org/)
[for Ubuntu](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) (latest stable version):
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
### Install [NMP](http://npmjs.org/)
for Ubuntu (latest stable version from ppa:chris-lea/node.js repository):
sudo apt-get install npm
### Install Caffeine
for Ubuntu (leave off the -g if you don't wish to install globally):
sudo npm install -g caffeine
### Execute a script:
caffeine /path/to/script.coffee
### Compile a script:
caffeine -c /path/to/script.coffee
### For documentation, usage, and examples, see:
[Caffeine (not ready yet)](https://github.com/ich/caffeine)
[CoffeeScript](http://coffeescript.org)
### To suggest a feature, report a bug, or general discussion:
https://github.com/ich/caffeine/issues/
### Based on
[](http://coffeescript.org)