A small utility for unminifying minified JSON to assist with readability.
To install unminipy, visit the releases page and install the latest.
Presently, unminipy is only supported on MacOS. Soon, I will release versions compatible with Windows and Linux.
To initialize the venv:
[unminipy]$ script/init.sh
To activate the venv:
[unminipy]$ source script/env-up.sh
To deactivate the venv:
(unminipy-env)[unminipy]$ deactivate
# OR
(unminipy-env)[unminipy]$ source script/env-down.sh
# (with the venv active)
[unminipy]$ script/build.sh