ppj
v1.0.5
Published
Pretty print JSON`
Downloads
6
Readme
JSON Pretty Printer
Easily beautify JSON in your terminal.
Why?
I was used to use json_pp but since I don't use PHP anymore I don't want to install composer on my computers. So here we are, PPJ is a simple JSON pretty printer in NodeJs that runs natively thanks to PKG
Usage
cat package.json | ppj
Installation
Binary
Download the latest release and move it into your $PATH
NPM
npm global install ppj
# or
yarn global add ppj