0.0.2 • Published 7 years ago
async-dirtree-test v0.0.2
async-dirtree-test
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-testor:
$ npm install -g async-dirtree-testCommands
To list all files in current directory recursively:
$ async-dirtree-testTo list all files in current directory recursively with no concurrent calls:
$ async-dirtree-test -n 1License
0.0.2
7 years ago