A tool that allows you to visualize and interact with the output of your tree command.
View Demo
This tool allows you to interact with the output of you tree command, which is pretty useful in case you want to archive your file structure at some point and be able to interact with it later.
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/xyvs/visualtree.git
- Install NPM packages
npm install
- Run the server
npm run dev
- Go to localhost:3000
Distributed under the MIT License. See LICENSE.txt
for more information.