https://github.com/rothsandro/tree-generator
  
  
    A simple ASCII Tree Generator 
    https://github.com/rothsandro/tree-generator
  
ascii-art tree-structure
        Last synced: 3 months ago 
        JSON representation
    
A simple ASCII Tree Generator
- Host: GitHub
- URL: https://github.com/rothsandro/tree-generator
- Owner: rothsandro
- Created: 2021-09-14T16:15:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T18:51:40.000Z (over 2 years ago)
- Last Synced: 2025-06-10T23:47:33.196Z (5 months ago)
- Topics: ascii-art, tree-structure
- Language: TypeScript
- Homepage:
- Size: 855 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
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
```