text-table
text-table
example
default align
var table = require('text-table');
var t = table([
[ 'master', '0123456789abcdef' ],
[ 'staging', 'fedcba9876543210' ]
]);
console.log(t);master 0123456789abcdef
staging fedcba9876543210left-right align
dotted align
centered
methods
var s = table(rows, opts={})
install
Use with ANSI-colors
license
Last updated

