peyote
v0.2.1
Published
Pretty print any string in console
Downloads
9
Maintainers
Readme
Pretty printing all type of sources
Install
$ npm install -g peyote
About
Peyote is a simple and small flexible tool for pretty-print things from cli!
Currently supported list of data:
- [x] JSON
- [x] CSV
Usages
Via pipe
$ echo '{"username": "admin", "status": 1, "is_admin": true}' | peyote
Via cli arguments
$ peyote '{"username": "admin", "status": 1, "is_admin": true}'