show-dir-tree
v1.0.3
Published
this show tree of directory
Downloads
11
Maintainers
Readme
Show directory tree (1.0.3)
Terminal show directory tree using nodejs
Installation
You need: Node.js installed
To install
$ npm i show-dir-tree
Usage
const tree = require("show-dir-tree");
tree(folder_name, true);
This will show you directory tree in terminal
const tree = require("show-dir-tree");
tree(path);