Skip to content

hereandnow/json-glob

Repository files navigation

json-glob Build Status

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

About

deep merge of globbed json-files

Resources

License

Stars

Watchers

Forks

Packages

No packages published