0.2.0 • Published 12 years ago

ansi-table v0.2.0

Weekly downloads
5
License
-
Repository
github
Last release
12 years ago

ansi-table

Build status

ASCII table layout for the console.

ansi-table is a small Node module that can layout ascii tables, and help you "redraw" tables live in the console using ANSI escape sequences.

To see what it does, try one of the examples:

git clone https://github.com/busterjs/ansi-table.git
cd ansi-table
npm install
node test/example.js
node test/reporter-example.js