Skip to content

fxwiegand/jpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpf

Conda Recipe Conda Downloads Conda Version License PyPI PyPI - Downloads

Pretty format all your json files at once in place with three characters

Usage

jpf

Just typing in the three magic characters will pretty format all your *.json files in the current folder and all subfolders. Using the --file option specific files with other suffixes can be formatted as well. Since the command is recursive jpf should be used with caution.

Options

jpf comes with some options to further customise the formatting of your files:

argument short default function
--help -h show this help message and exit
--indent -i 4 format files with that indent level
--sort-keys -s False decide whether jpf should sort the keys
--file -f format file under given path unaffected by its suffix

Installation

pip

jpf is as very simple to install using pip:

pip install jpf

conda

Alternatively jpf can be installed using conda:

conda install -c conda-forge jpf

About

Pretty format all you json files at once in place with three characters

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages