peyote

0.2.1 • Public • Published

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

/peyote/

    Package Sidebar

    Install

    npm i peyote

    Weekly Downloads

    1

    Version

    0.2.1

    License

    MIT

    Last publish

    Collaborators

    • m1ome