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
- Host: GitHub
- URL: https://github.com/mirrorgo/ascii-tree
- Owner: Mirrorgo
- License: mit
- Created: 2024-11-16T14:33:44.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-03-31T11:20:57.000Z (about 2 months ago)
- Last Synced: 2025-03-31T11:34:05.879Z (about 2 months ago)
- Topics: ascii-tree, ascii-tree-generator, tree-generator
- Language: TypeScript
- Homepage: https://ascii-tree.mirotoys.com/
- Size: 541 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
---