npm.io
1.0.3 • Published 6 years ago

show-dir-tree

Licence
MIT
Version
1.0.3
Deps
2
Size
3 kB
Vulns
0
Weekly
0

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);

Keywords