Sha256: 19595a45bf25c623212b5401212a4800aa64e0210e52240af47b982730efc921

Contents?: true

Size: 744 Bytes

Versions: 2

Compression:

Stored size: 744 Bytes

Contents

# Tablesmith

Drop-in gem for console tables for Hash, Array and ActiveRecord.

## Installation

Add this line to your application's Gemfile:

    gem 'tablesmith'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install tablesmith

## Usage

TODO: Write usage instructions here

## Why Not #{other_gem}?

Happy to learn about something else already out there, but have struggled to find something
that doesn't require some sort of setup. I want drop-in ready-to-go table output for Hashes,
Arrays and ActiveRecord objects.

Other gems that I've tried out that are awesome and do much more than what Tablesmith does,
but don't seem to specialize in what I want.

  - Hirb
  - text-table
  - table_print
  - awesome_print

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tablesmith-0.1.2 README.md
tablesmith-0.1.0 README.md