@thiss-dev/file-tree
v1.0.2
Published
Print file tree recursively.
Readme
file-tree
Print file tree recursively.
NPM: https://www.npmjs.com/package/@thiss-dev/file-tree.
Usage
Install globally with:
npm install -g @thiss-dev/file-treeThen run with:
ftree [dir]Or with npx without installing:
npx @thiss-dev/file-tree [dir]Examples
Recursively print a node_modules folder:
ftree ./node_modulesOr print your current directory:
ftree