node-require-all

Require all Node.js module files within a directory
  https://github.com/felixge/node-require-all
  0
  no reviews



This Node.js module provides an easy way to require all module files within a directory.

The require-all call also traverses subdirectories, an exclude regexp for subdirs can be specified. Additionally, a regexp filter can be given, so that only module files matching the filter pattern get included.