traversy
v0.0.2
Published
Dead simple directory traversal with regex filtering and callbacks on matches.
Readme
Traversy
Dead simple directory traversal with regex filtering and callbacks on matches.
Released under a MIT license.
Install
npm install traversy
Usage
const traversy = require('traversy');
traversy('path/to/directory');
// returns array of paths