Registry / cli / tabulo

tabulo

JSON →
library3.0.3rbrubygemsunverified

Plain text table generator with a column-based API for Ruby.

gem install tabulo
INSTALL
IMPORT
SIG · TABULO
T
tabulo
clirubyv3.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tabulo
require 'tabulo'

Create and print a plain text table from an array of hashes.

require 'tabulo' table = Tabulo::Table.new([{name: 'Alice', age: 30}, {name: 'Bob', age: 25}]) do |t| t.add_column(:name) t.add_column(:age) end puts table.to_s
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Amazon
1
Resources
tabulo — gem install tabulo · libregistry