@any-u/fs-tree
v0.0.1
Published
Display the tree structure in the terminal
Downloads
4
Readme
fs-tree
Display the tree structure in the terminal
Install
npm install @any-u/fs-tree
Usage
Get Tree Node
import{ createTreeNode } from '@any-u/fs-tree';
const treeNode = createTreeNode(path)
Display
import { displayTree } from '@any-u/fs-tree';
// deep: show folder level
displayTree(path, deep)