An open API service indexing awesome lists of open source software.

https://github.com/alexajit/visualize-data-tree

An online tree-like utility for generating ASCII folder structure diagrams.
https://github.com/alexajit/visualize-data-tree

Last synced: over 1 year ago
JSON representation

An online tree-like utility for generating ASCII folder structure diagrams.

Awesome Lists containing this project

README

          

This project is an online utility designed to generate tree-like ASCII folder structure diagrams. It takes input as a directory or folder structure and produces a clear, hierarchical ASCII representation.

**Features**

Accepts nested folder structures as input.
Automatically generates ASCII representations of folder hierarchies.
Supports files and folders with custom names.
Provides clean and organized visualizations for project directories.

**Usage**

Input Format: The user provides a folder structure using indentation to represent the hierarchy.
Output: The tool generates an ASCII folder structure diagram.

**Input**
```plaintext

src
components
Header.jsx
Footer.jsx
utils
helpers.js
App.js
public
index.html
styles.css
README.md

```

**ASCII Diagram**
```plaintext
src
├── components
│ ├── Header.jsx
│ └── Footer.jsx
├── utils
│ └── helpers.js
├── App.js
public
├── index.html
└── styles.css
README.md

```

Steps to clone -

Step 1 -
```bash
git clone https://github.com/AlexAjit/Visualize-data-tree.git
```
Step 2 -
```bash
cd Visualize-data-tree
```

Thank You, I can revert the Binary Tree and exploring desinging LRU Cache too. Be in touch!