file-index
Quickly create an in memory index of files and (optionally) their content
Uses minimatch to filter files included in the index
simple
var FileIndex = FileIndex FileIndex
customize
{ fs } var handlers = FileIndex // load and parse .json files // .foo as buffers // .bar as text // a non mandatory fallthrough custom handler // mix directories and filesFileIndex
// TODO: improve test coverage