/walk-dir-tree

Primary LanguageJavaScript

walk-dir-tree

walk-dir-tree is a recursive directory listing command that produces a depth indented listing of files, which like tree(linux).

install

  $: npm install -g walk-dir-tree

example

if we have a dir like this:

.
├── a.js
├── b.js
└── c
    └── d.js

enter

$: walk-dir-tree

example