1.0.0 • Published 8 years ago

ascii-tree-cli v1.0.0

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

ascii-tree-cli

convert one asciitree.

npm install -g ascii-tree-cli

//to file
asciitree -i demo.txt -o demo.processed.txt

//to console,then copy and paster.
asciitree -i demo.txt

input format

-start-
firstlevel
-sec
--third
-sec
--third
---fourth
firstlevel
-end-

out:

├── firstlevel
|   ├── sec
|   |   └── third
|   └── sec
|       └── third
|           └── fourth
└── firstlevel