/concat-json-files

CLI to group a set of JSON files into a JSON array and write it to a single file.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

concat-json-files

CLI to group a set of JSON files into a JSON array and write it to a single file.

Installation: npm install -g concat-json-files

Usage: concat-json-files "source/folder/*.json" -t "target.json"

License: Apache-2.0