Booby

Booby is a super simple and stupid file parser scaffold. It parses very simple config files into set of lines (commands with arguments) that are passed to actual parser classes (processors).

Installation

Add this line to your application's Gemfile:

gem 'booby'

And then execute:

$ bundle

Or install it yourself as:

$ gem install booby

Usage

Check project documentation here.

Contributing

  1. Work on your changes in a feature branch.
  2. Make sure that tests are passing.
  3. Send a pull request.
  4. Wait for feedback.