Skip to content

Recursively read paths to all files within a folder and its subfolders.

Notifications You must be signed in to change notification settings

callmecavs/reread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reread

reread on NPM

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

Built With Love

About

Recursively read paths to all files within a folder and its subfolders.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published