load-paths

1.0.5 • Public • Published

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);
});

Readme

Keywords

none

Package Sidebar

Install

npm i load-paths

Weekly Downloads

0

Version

1.0.5

License

ISC

Last publish

Collaborators

  • thiagoleitedev