json-glob

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i json-glob

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • hereandnow