2.0.3 • Published 6 years ago

showtables v2.0.3

Weekly downloads
6
License
ISC
Repository
-
Last release
6 years ago

showTables

The Application for show json in cmd table

Basic Command:

Global

> npm i -g showtables
> showtable [filename.json full path or short path]

Local (in project)

> npm i --save showtables

const {jsonToPrettyTable,jsonFileToPrettyTable} = require('showtables');

Result

Start App