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.

Top comments (0)