Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyvs/visualtree
A tool that allows you to visualize and interact with the output of your tree command.
https://github.com/xyvs/visualtree
Last synced: 17 days ago
JSON representation
A tool that allows you to visualize and interact with the output of your tree command.
- Host: GitHub
- URL: https://github.com/xyvs/visualtree
- Owner: xyvs
- Created: 2021-12-29T04:18:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T17:22:44.000Z (almost 3 years ago)
- Last Synced: 2024-02-15T03:16:50.770Z (10 months ago)
- Language: Vue
- Homepage: https://visualtree.xyvs.io
- Size: 78.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - xyvs/visualtree - A tool that allows you to visualize and interact with the output of your tree command. (Vue)
README
VisualTree
A tool that allows you to visualize and interact with the output of your tree command.
View Demo
## About The Project
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.
## Getting Started
To get a local copy up and running follow these simple example steps.
### Installation
1. Clone the repo
```sh
git clone https://github.com/xyvs/visualtree.git
```
2. Install NPM packages
```sh
npm install
```
3. Run the server
```sh
npm run dev
```
4. Go to [localhost:3000](https://localhost:3000)## License
Distributed under the MIT License. See `LICENSE.txt` for more information.