0.0.4 • Published 8 years ago

walk-dir-tree v0.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

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

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago