Skip to content

protozoo/prettyjsonfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

prettyjsonfile

Node CLI command to read a JSON file (or ALL files in current folder) and prettify it (add indentation and line breaks).

It will create a folder called 'pretty' and generate the prettyfied files inside.

##Installation

$ npm install -g prettyjsonfile

##Usage

To parse a single file:

#prettyjsonfile -f uglyFile.json

To parse a all files in current folder:

#prettyjsonfile -f all

About

Node command to read a JSON file and prettify it (add indentation and line breaks)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published