aseemk / requireDir

Node.js helper to require() directories.
MIT License
484 stars 60 forks source link

Added recurseDepth option #65

Closed Yimura closed 3 years ago

Yimura commented 3 years ago

The recurseDepth option requires the recurse key to be also set to true in the options of import-dir.

recurseDepth expects a number, this number being the depth of subdirectories it should go into.

Yimura commented 3 years ago

Wrong repo...