json-stringify-cli
v1.0.1
Published
A cli tool to convert JavaScript Object to JSON
Downloads
6
Readme
json-stringify-cli
A cli tool to convert JavaScript Object to JSON
Usage
$ json-stringify <input>: stringify default exported object of `input` .js file
Options:
--raw, -r: output raw json file (not formatted)
--out, -o: specify output path
--stdout : output to stdout
LICENCE
MIT