-
Notifications
You must be signed in to change notification settings - Fork 7
Home
m0rtadelo edited this page Mar 9, 2019
·
12 revisions
NPM Module to recursive read directory async (non blocking). Returns Promise. Configurable, with callback for extended filtering and progress status. Quiet, NO dependencies. As non blocking module it is perfect to be used in any javascript based Desktop applications.
This module uses Promises and can't be used in old javascript engines.
- npm -> https://www.npmjs.com/package/recursive-readdir-async
- github -> https://github.com/m0rtadelo/recursive-readdir-async
- jsdoc-> https://m0rtadelo.github.io/recursive-readdir-async/global.html
- travis -> https://travis-ci.org/m0rtadelo/recursive-readdir-async
- coveralls -> https://coveralls.io/github/m0rtadelo/recursive-readdir-async?branch=master
- snyk -> https://snyk.io/test/github/m0rtadelo/recursive-readdir-async?targetFile=package.json
- codacy -> https://app.codacy.com/project/m0rtadelo/recursive-readdir-async/dashboard
@m0rtadelo