1.2.0 • Published 6 years ago

beauty-json-cli v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

beauty-json-cli

Show beauty JSON in terminal.

npm.io

Travis License NPM Version NPM Downloads

Installation

Using Yarn:

$ yarn global add beauty-json-cli

Using npm:

$ npm install -g beauty-json-cli

Usage

Run it in your terminal:

$ echo '{"abc":123}' | beauty-json
$ cat path/to/jsonfile.json | beauty-json
$ beauty-json https://api.github.com
$ beauty-json path/to/jsonfile.json

License

MIT License

Copyright (c) 2018-present Pig Fang