About

Rubikon is a simple to use, yet powerful Ruby framework for building console-based applications.

Features

Installation

You can install Rubikon using RubyGem. This is the easiest way of installing and recommended for most users.

$ gem install rubikon

If you want to use the development code you should clone the Git repository:

$ git clone git://github.com/koraktor/rubikon.git
  $ cd rubikon
  $ rake install

Requirements

Rubikon doesn't have any dependencies. So there's nothing else to worry about.

Contact