DEV Community

Malthus AMETEPE
Malthus AMETEPE

Posted on

Turn Any GitHub Repo into a Visual Diagram

Found a pretty neat GitHub trick today

Take any GitHub repo URL and replace github.com with gitdiagram.com.

It generates a visual diagram of the repo structure, which is surprisingly useful when you're trying to understand an unfamiliar codebase.

I tried it with my open-source project:

github.com/ThusDev/thusdev-fetch
gitdiagram.com/ThusDev/thusdev-fetch

Pretty useful when exploring a TypeScript project for the first time.

GitHub: https://github.com/ThusDev/thusdev-fetch

Top comments (0)