Skip to content

helderjsm/node_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

tools

Some tools that I can reuse at some time

json_merge

After trying to find an online json merge tool none did the merge that I wanted. Basically this tool gets all keys from the left side that are not on the right side and adds those to a new output

Usage:

  • node merge.js 'left_side_file1' 'right_side_file2'
  • node merge.js 'left_side_file1' 'right_side_file2' 'merged.json'

About

Some tools that I can reuse at some time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published