load-paths
v1.0.5
Published
nodejs walk implementation
Downloads
1
Readme
Installation
npm install --save load-paths
Usage
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);
});