Skip to content

Mirrorgo/ascii-tree

Repository files navigation

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/

Example

Write in the editor:

- src/
  - components/ # support comment
    - ui/
    - shared/
  - pages/
    - index.tsx
    - about.tsx
  - styles/
    - globals.css

Get instant ASCII tree:

src/
├── components/ # support comment
│   ├── ui/
│   └── shared/
├── pages/
│   ├── index.tsx
│   └── about.tsx
└── styles/
└── globals.css

License

MIT License © 2025 Mirrorgo


Made with ❤️ by Mirrorgo