Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

A tool for recursively discovering files in dir. which is likely to trigger ENOENT.

License

Notifications You must be signed in to change notification settings

nieltg/node-async-dirtree-test

Repository files navigation

async-dirtree-test

Build Status code style: prettier npm

List all files available in a directory and its descendants recursively. This demo relies on fs.readdir() and fs.lstat() for doing its job and is also likely to triggers ENOENT error.

Getting Started

Installation

$ yarn global add async-dirtree-test

or:

$ npm install -g async-dirtree-test

Commands

To list all files in current directory recursively:

$ async-dirtree-test

To list all files in current directory recursively with no concurrent calls:

$ async-dirtree-test -n 1

License

MIT

About

A tool for recursively discovering files in dir. which is likely to trigger ENOENT.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published