json-glob
v0.0.2
Published
deep merge of globbed json-files
Downloads
23
Readme
json-glob
deep merge of globbed json-files
Install
$ npm install --save json-glob
Usage
var jsonGlob = require('json-glob');
jsonGlob('./fixtures/**/*.json').then(function (final) {
// do whatever you want with your merged json
});
API
jsonGlob([patterns])
patterns
Required
Type: string
globbing patterns
License
MIT © hereandnow