Registry / cli / terminal-table

terminal-table

JSON →
library4.0.0rbrubygemsunverified

Simple, feature rich ASCII table generation library.

gem install terminal-table
INSTALL
IMPORT
SIG · TERMINAL-TABLE
T
terminal-table
clirubyv4.0.0
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.

Terminal::Table
require 'terminal-table'

Create and print an ASCII table

require 'terminal-table' table = Terminal::Table.new do |t| t << ['Name', 'Value'] t << ['foo', 'bar'] end puts table
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
Amazon
1
OpenAI (training)
1
Resources
terminal-table — gem install terminal-table · libregistry