Fran f118d33461
All checks were successful
Format the code / Format Files (push) Successful in 28s
Vercel Production Deployment / Deploy-Production (push) Successful in 1m56s
feature: Add deploy action
2024-11-05 15:25:45 -05:00
2021-12-27 19:01:58 -06:00
2024-11-04 21:03:28 +00:00
2021-12-27 19:01:58 -06:00
2024-11-04 21:03:28 +00:00
2021-12-27 19:01:58 -06:00
2021-12-27 22:54:49 -06:00
2021-12-29 09:44:00 -06:00
2021-12-29 09:44:00 -06:00
2021-12-27 19:01:58 -06:00
2021-12-29 11:20:16 -06:00
2021-12-27 19:03:12 -06:00
2021-12-27 19:01:58 -06:00


VisualTree

Preview

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.

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo
    git clone https://github.com/xyvs/visualtree.git
    
  2. Install NPM packages
    npm install
    
  3. Run the server
    npm run dev
    
  4. Go to localhost:3000

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Description
A tool that allows you to visualize and interact with the output of your tree command.
Readme 118 KiB
Languages
Vue 68%
JavaScript 29.8%
HTML 1.3%
CSS 0.9%