1.0.2 • Published 10 years ago

prettyjsonfile v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

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
1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago