1.0.3 • Published 4 years ago

show-dir-tree v1.0.3

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

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