reread

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i reread

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • callmecavs