0.1.4 • Published 4 years ago

arx-level-json-prettify v0.1.4

Weekly downloads
4
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

arx-level-json-prettify

Optimizes the raw JSON made by arx-level-json-converter

install

npm i arx-level-json-prettify

usage

prettify --version

uglify --version

cat level8.dlf.min.json | prettify > level8.dlf.json

prettify level8.dlf.min.json --output=level8.dlf.json

cat fast.fts.json | uglify > fast.fts.min.json

uglify fast.fts.json --output=fast.fts.min.json

Adding --pretty will add whitespace to the JSON and format it with indentation

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago