Registry / cli / table-formatter

table-formatter

JSON →
library0.7.1rbrubygemsunverified

Prints a table in plain text format or Markdown format from an array.

gem install table-formatter
INSTALL
IMPORT
SIG · TABLE-FORMATTER
T
table-formatter
clirubyv0.7.1
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.

TableFormatter
require 'table-formatter'

Format an array of rows as a Markdown table.

require 'table-formatter' rows = [['Name', 'Age'], ['Alice', 30], ['Bob', 25]] puts TableFormatter.format(rows, format: :markdown)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
table-formatter — gem install table-formatter · libregistry