RepoMapper

Visualize Your GitHub Repos in ASCII.RepoMapper converts your GitHub repository into clear ASCII diagrams, enhancing documentation and code organization understanding with an invaluable visualization tool.

├── public
|   |   ├── next.svg
|   |   ├── vercel.svg
├── src
|   ├── app
|   |   |   ├── favicon.ico
|   |   |   ├── globals.css
|   |   |   ├── layout.tsx
|   |   |   ├── page.tsx
|   ├── .eslintrc.json
|   ├── .gitignore
|   ├── next.config.js
|   ├── package-lock.json
|   ├── package.json
|   ├── postcss.config.js
|   ├── README.md
|   ├── tailwind.config.ts
|   ├── tsconfig.json