readdir-enhanced
fs.readdir with sync, async, streaming, and async iterator APIs + filtering, recursion, absolute paths, etc.
recursive-readdir-async
Module to recursive read directory async (non blocking). Must be used with Promises. Configurable, extended filtering. etc.
fs-traverse
Utility functions to recursively traverse directories (asynchronously and synchronously) triggering the provided callback (optionally filtering filenames by a regex)