1.0.3 • Published 8 years ago

lstree v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

lstree

list directory contents in a tree structure

testDirectory
├──level1
│  ├──level11
│  │  ├──a.js
│  │  └──e.js
│  └──level12
│     ├──b.js
│     └──f.js
└──level2
   ├──c.js
   └──d.js

Install

  • npm install -g lstree
  • lstree -h

Usage

  • ls
  • ls -o <outfile-path>
  • ls -d <directory-path> -o <outfile-path>

TODO

when directory is too big, the process will down

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago