zipjson
v1.0.2
Published
Use JSON Stringify compressed JSON file
Downloads
5
Readme
zipjson
Use JSON Stringify compressed JSON file
Usage
npx zipjson package.json
Options
npx zipjson@latest {input} {output} --debug
- input: file or path. default
./index.json
- output: file or path. default
./dist/index.json
- --debug: console log. defaule
false
, alias--log
,-l
,-d
- --yes: Agree to all interactions. defaule
false
, alias--ci
,-y