# [![Caffeine](https://github.com/ich/caffeine/raw/gh-pages/documentation/images/logo.png)](https://github.com/ich/caffeine)

  [![Build Status](https://secure.travis-ci.org/ich/caffeine.png)](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

  [![CoffeeScript](https://github.com/jashkenas/coffee-script/raw/master/documentation/images/logo.png)](http://coffeescript.org)

