0.0.9 • Published 4 years ago

cli-table-printer v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Synopsis

Printing Simple Table on your bash terminal. Its useful when you want to present some tables on console. There is a library that you can use similar way in nodejs/typescript Projects. console-table-printer

Installation

npm install cli-table-printer -g

Basic Example

Try this on your terminal.

ctp '[{ "id":3, "text":"like" }, {"id":4, "text":"tea"}]'

Output:

Screenshot

License

MIT

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago