reread
v0.0.2
Published
Recursively read paths to all files within a folder and its subfolders.
Downloads
1
Maintainers
Readme
reread
Recursively read paths to all files within a folder and its subfolders. Returns a Promise
.
Install
npm i reread --save
Usage
const reread = require('reread')
reread('some/path')
.then(result => console.log(result)) // result is an array of file paths
.catch(error => console.log(error))
License
MIT. © 2016 Michael Cavalea