📄 table.js
/home/palash/git/site/node_modules/text-table/example/table.js
Language: js • Lines: 6
var table = require('../');
var t = table([
    [ 'master', '0123456789abcdef' ],
    [ 'staging', 'fedcba9876543210' ]
]);
console.log(t);