Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 822 Bytes

README.md

File metadata and controls

47 lines (35 loc) · 822 Bytes

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