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:
- <input checked="" disabled="" type="checkbox"> JSON
- <input checked="" disabled="" type="checkbox"> CSV
Usages
Via pipe
$ echo '{"username": "admin", "status": 1, "is_admin": true}' | peyote
Via cli arguments
$ peyote '{"username": "admin", "status": 1, "is_admin": true}'