1.0.5 • Published 3 years ago

ppj v1.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

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

Alternatives


1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

4 years ago

1.0.0

4 years ago