0.2.1 • Published 7 years ago

peyote v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Pretty printing all type of sources

Build Status Coverage Status Dependency Status

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:

  • JSON
  • CSV

Usages

Via pipe

$ echo '{"username": "admin", "status": 1, "is_admin": true}' | peyote

Via cli arguments

$ peyote '{"username": "admin", "status": 1, "is_admin": true}'

Output

First example

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago