This package has been deprecated

Author message:

Package is no longer maintained.

async-dirtree-test

0.0.2 • Public • Published

async-dirtree-test

code style: prettier

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Published

Version History

VersionDownloads (Last 7 Days)Published

Package Sidebar

Install

npm i async-dirtree-test

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

5.34 kB

Total Files

7

Last publish

Collaborators

  • npm
  • nieltg