ascii-tree-cli

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i ascii-tree-cli

Weekly Downloads

6

Version

1.0.0

License

ISC

Last publish

Collaborators

  • jianglibo