# caffeine **Repository Path**: mirrors/caffeine ## Basic Information - **Project Name**: caffeine - **Description**: Caffeine extends CoffeeScript. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2017-04-02 - **Last Updated**: 2025-07-26 ## Categories & Tags **Categories**: scripting-language **Tags**: None ## README # [![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 [NPM](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)