show-dir-tree

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i show-dir-tree

Weekly Downloads

11

Version

1.0.3

License

MIT

Unpacked Size

2.97 kB

Total Files

3

Last publish

Collaborators

  • nhn.dev