glob-require-dir
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "glob-require-dir", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# glob-require-dir | ||
Node helper module to `require()` complete directories. Allows you to traverse through directories and `require()` every file that can be `require()`'d. All `require()`'d files are returned as hash with customizable keys. A [minimatch](https://github.com/isaacs/minimatch) pattern can be provided as well as [node-glob](https://github.com/isaacs/node-glob#options) options. | ||
Node helper module to `require()` complete directories. | ||
Allows you to traverse through directories and `require()` every file that can be `require()`'d. All `require()`'d files are returned as hash with customizable keys. A [minimatch](https://github.com/isaacs/minimatch) pattern can be provided as well as [node-glob](https://github.com/isaacs/node-glob#options) options. | ||
This module was inspired by [require-dir](https://www.npmjs.com/package/require-dir) - a great module to require directories but mostly without options to modify the outcome of the require process. | ||
@@ -6,0 +8,0 @@ |
17503
146