Registry / cli / table-print

table-print

JSON →
library1.5.7rbrubygemsunverified

TablePrint turns objects into nicely formatted columns for easy reading. Works great in rails console, works on pure ruby objects, autodetects columns, lets you traverse ActiveRecord associations. Simple, powerful.

gem install table_print
INSTALL
IMPORT
SIG · TABLE-PRINT
T
table-print
clirubyv1.5.7
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.

TablePrint
✓ require 'table_print'

Display an array of objects as a formatted table

require 'table_print' users = [ { name: 'Alice', age: 30 }, { name: 'Bob', age: 25 } ] tp users
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.7latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
table-print — gem install table-print · libregistry