Skip to content

Takes a folder of JSON files and combines them into one large JSON file.

License

Notifications You must be signed in to change notification settings

olvrsmi/collateJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Collate JSON

Utility for node.js, watches a folder for changes and outputs a JSON file with the contents of each file collected into an array.

Usage

node collateJSON.js path/to/watch/folder

In this example, the output file would be located in path/to/watch/ and called folder.json

Optionally, after the watch folder path, you can include a list of files to exclude/ignore separated by spaces.

About

Takes a folder of JSON files and combines them into one large JSON file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published