Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rawnly/ppj
- Owner: rawnly
- Created: 2020-07-02T17:59:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T12:20:14.000Z (about 2 years ago)
- Last Synced: 2024-11-07T13:08:52.969Z (2 months ago)
- Topics: beautifier, beautify, javascript, json, node, prettyprint
- Language: JavaScript
- Homepage:
- Size: 285 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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: