0.0.4 • Published 7 years ago

cli-ascii-tree v0.0.4

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

cli-ascii-tree

CLI interface for ascii-tree

Install

npm install cli-ascii-tree -g

Do not forget the -g option!

Usage

ascii-tree

Answer the questions!

Example File

#/
##Users
###MyUser
####Files
###OtherUser
####Files2
##System
###info.txt
##Etc
###nothing.txt

Results in:

/
├─ Users
│  ├─ MyUser
│  │  └─ Files
│  └─ OtherUser
│     └─ Files2
├─ System
│  └─ info.txt
└─ Etc
   └─ nothing.txt