Registry / cli / visionmedia-terminal-table

visionmedia-terminal-table

JSON →
library1.2.0rbrubygemsunverified

Simple ASCII table generation for terminal output.

gem install visionmedia-terminal-table
INSTALL
IMPORT
SIG · VISIONMEDIA-TERMIN
V
visionmedia-terminal-table
clirubyv1.2.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 display a simple ASCII table

require 'terminal-table' rows = [] rows << ['John', 'Doe', '30'] rows << ['Jane', 'Smith', '25'] table = Terminal::Table.new :headings => ['First', 'Last', 'Age'], :rows => rows puts table
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
18
OpenAI (training)
1
Resources
visionmedia-terminal-table — gem install visionmedia-terminal-table · libregistry