Skip to content

The Node based utility used to merge multiple json files into one.

Notifications You must be signed in to change notification settings

gauravmakkar/go-merge-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-merge-json

The Node based utility used to merge multiple json files into one.

Getting Started

npm install go-merge-json -g

Usage

go-merge-json <first-json-file> <second-json-file>

Example

go-merge-json test/test.json test/new.json

The command will update test.json file after merging with new.json

Options

create-backup

go-merge-json test/test.json test/new.json --create-backup

The command will create a backup file for test/test.json before updating it.

About

The Node based utility used to merge multiple json files into one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published