@any-u/fs-tree
v0.0.1
Published
Display the tree structure in the terminal
Readme
fs-tree
Display the tree structure in the terminal
Install
npm install @any-u/fs-treeUsage
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)