Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 320 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 320 Bytes

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