Skip to content

Mirrorgo/ascii-tree

Repository files navigation

TreeScii - ASCII Tree Generator

Interactive ASCII folder structure diagram generator with support for multiple project templates.

Example

Write in the editor:

- src
  - components
    - ui
    - shared
  - pages
    - index.tsx
    - about.tsx
  - styles
    - globals.css

Get instant ASCII tree:

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

Features

  • 📝 Write in Markdown-style list format
  • 🔄 Bidirectional conversion between list and ASCII tree
  • 🎯 Keyboard shortcuts for quick editing
  • ⚡ Project templates for popular frameworks

Try It Out

Live Demo

License

MIT License © 2024 Mirrorgo


Made with ❤️ by Mirrorgo