VisualTree

Preview

A tool that allows you to visualize and interact with the output of your tree command.

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
    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

License

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