Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rothsandro/tree-generator
- Owner: rothsandro
- Created: 2021-09-14T16:15:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T18:51:40.000Z (over 1 year ago)
- Last Synced: 2024-10-14T07:11:41.896Z (3 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
```