walk-dir-tree is a recursive directory listing command that produces a depth indented listing of files like tree
npm install walk-dir-treewalk-dir-tree is a recursive directory listing command that produces a depth indented listing of files, which like tree(linux).
`` shell`
$: npm install -g walk-dir-tree
if we have a dir like this:
`shell`
.
├── a.js
├── b.js
└── c
└── d.js
enter
`shell``
$: walk-dir-tree