Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rawnly/ppj

Easily beautify JSON in your terminal
https://github.com/rawnly/ppj

beautifier beautify javascript json node prettyprint

Last synced: 23 days ago
JSON representation

Easily beautify JSON in your terminal

Awesome Lists containing this project

README

        

# JSON Pretty Printer
> Easily beautify JSON in your terminal.

## Why?
I was used to use [json_pp](https://github.com/deftek/json_pp), but since I don't have PHP installed anymore
and I don't want to install composer on my machines I made this little cli.

PPJ is a simple JSON pretty printer in NodeJs that runs natively thanks to [PKG](https://github.com/vercel/pkg)

## Usage
```sh
cat package.json | ppj
```

## Installation

#### Binary
Download the latest release and move it into your `$PATH`

#### NPM
```sh
npm global install ppj

# or

yarn global add ppj
```

## Alternatives
- [json_pp](https://github.com/deftek/json_pp)

---


Made with a :keyboard: in :it: