Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 847 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 847 Bytes

unminipy

A small utility for unminifying minified JSON to assist with readability.

focus

Usage

To install unminipy, visit the releases page and install the latest.

Warning

Presently, unminipy is only supported on MacOS. Soon, I will release versions compatible with Windows and Linux.


Manual setup

script/

Using the venv

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
Building
# (with the venv active)
[unminipy]$ script/build.sh