Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rothsandro/tree-generator

A simple ASCII Tree Generator
https://github.com/rothsandro/tree-generator

ascii-art tree-structure

Last synced: about 1 month ago
JSON representation

A simple ASCII Tree Generator

Awesome Lists containing this project

README

        

# ASCII Tree Generator

A simple web-based tree generator that lets you create ASCII folder trees.

## Example

```
.
└── src/
├── assets/ # Images, fonts and more
│ ├── hero.png
│ └── logo.png
├── modules/
│ ├── feature-a/ # Each feature is a module
│ │ └── index.ts # Some code
│ └── feature-b/
│ └── index.ts
├── App.test.tsx
└── App.ts
```