Skip to content

steebe/unminipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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