Obi

Quickly start Ruby (or Javascript) katas.

Installation

Add this line to your application's Gemfile:

gem 'obi'

And then execute:

$ bundle

Or install it yourself as:

$ gem install obi

Usage

  1. Change to the directory where you want to create your new kata directory. This location can be anywhere.

     $ cd ~/projects
    
  2. View help:

     $ obi
    
  3. Create a new Ruby project:

     $ obi ruby <your_project_name_here>