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

https://github.com/mirrorgo/ascii-tree

best ascii tree generator
https://github.com/mirrorgo/ascii-tree

ascii-tree ascii-tree-generator tree-generator

Last synced: about 2 months ago
JSON representation

best ascii tree generator

Awesome Lists containing this project

README

        

# TreeScii - ASCII Tree Generator

Interactive ASCII folder structure diagram generator with powerful editing features and multiple project templates.

## Online Access

[https://ascii-tree.mirotoys.com/](https://ascii-tree.mirotoys.com/)

## Example

Write in the editor:
```markdown
- src/
- components/ # support comment
- ui/
- shared/
- pages/
- index.tsx
- about.tsx
- styles/
- globals.css
```

Get instant ASCII tree:
```bash
src
├── components # support comment
│ ├── ui
│ └── shared
├── pages
│ ├── index.tsx
│ └── about.tsx
└── styles
└── globals.css
```

## License

[MIT License](LICENSE) © 2025 Mirrorgo

---


Made with ❤️ by Mirrorgo