3.0.0 • Published 8 years ago

dotsunited-merge-json v3.0.0

Weekly downloads
31
License
MIT
Repository
github
Last release
8 years ago

dotsunited-merge-json

Simple command line utility for merging JSON files.

Installation

npm install dotsunited-merge-json -g

Usage

Merge JSON files provided as arguments:

dotsunited-merge-json file1.json file2.json > merged.json

Merge all JSON files in the current directory:

find . -name "*.json" -exec dotsunited-merge-json > ./merged.json {} \;

Pretty-print JSON with jq:

find . -name "*.json" -print0 | xargs -0 dotsunited-merge-json | jq .

License

Copyright (c) 2015-2016 Dots United GmbH. Released under the MIT license.

3.0.0

8 years ago

2.0.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago