YodaTravis / coffee-taster

Experiment with CoffeeScript in a friendly and easy to use environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coffee Taster

An easy to install, easy to use CoffeeScript playground.

Prerequisite: RVM

Install RVM unless you are using it already and then install Ruby 1.9.3.

Installation

git clone git://github.com/sdball/coffee-taster.git`
cd coffee-taster
rvm gemset name  # should report coffee-taster
gem install bundler
bundle install

Usage

  1. rake watch
  2. Open index.html in a browser
  3. Edit coffee/main.coffee
  4. Iterate, experiment, play!

Now you can follow along with just about any CoffeeScript tutorial without having to do anything else. No Node.js to install, no new terminal scripts to figure out.

TODO

  • Tests!

Similar Projects

If you're looking for a more full featured automatic CoffeeScript compiler.

  • Guard::CoffeeScript - A gem that integrates with guard to automatically recompile a project's CoffeeScript.

About

Experiment with CoffeeScript in a friendly and easy to use environment.

License:MIT License


Languages

Language:Ruby 92.0%Language:CoffeeScript 8.0%