npm install --save load-paths
This node module is inspired by Meanio 'Walk Lib' (https://github.com/linnovate/meanio)
var loadPaths = require('load-paths');
loadPaths('folderSearch', 'fileSearch', 'excludeDir', function(file) {
//yourMethod(file);
console.log(file);
});