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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i json-glob

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • hereandnow