go-merge-json
v1.0.16
Published
The Node based utility used to merge multiple json files into one.
Readme
go-merge-json
The Node based utility used to merge multiple json files into one.
Getting Started
npm install go-merge-json -gUsage
go-merge-json <first-json-file> <second-json-file>Example
go-merge-json test/test.json test/new.jsonThe command will update test.json file after merging with new.json
Options
create-backup
go-merge-json test/test.json test/new.json --create-backupThe command will create a backup file for test/test.json before updating it.
