Skip to content

Tiny nodejs utility module to render collections as tables using utf drawing characters. No dependencies.

Notifications You must be signed in to change notification settings

jabyrd3/utftables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny table tool

table

const table = require('utftables');

let collection = [
  {name: 'foo', test: 'whatever', int: 42},
  {name: 'foo', test: 'whatever', int: 42},
  {name: 'foo', test: 'whatever', int: 42},
  {name: 'foo', test: 'whatever', int: 42}
];
table(collection);

About

Tiny nodejs utility module to render collections as tables using utf drawing characters. No dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published