walk-dir-tree

0.0.4 • Public • Published

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

/walk-dir-tree/

    Package Sidebar

    Install

    npm i walk-dir-tree

    Weekly Downloads

    3

    Version

    0.0.4

    License

    ISC

    Last publish

    Collaborators

    • zwhu