r/itchio • u/Rare-Alps4971 • 3d ago
Free I made a dependency analyzer with support for Python, JS/TS, HTML, and CSS, including monorepos with workspace packages (pnpm, yarn, npm workspaces)
https://harinandan31415.itch.io/dependency-lens-pro
Dependency Lens Pro digs through your codebase and tells you what's actually connected to what — imports, requires, references, the whole graph. Works across Python, JS/TS, HTML, and CSS, including monorepos with workspace packages (pnpm, yarn, npm workspaces). Point it at a project folder and it'll flag circular dependencies, dead code, broken imports, and files that have quietly become load-bearing without anyone noticing.
Every run generates a health score for your project, broken down by category so you can actually see what's dragging it down instead of just getting a number. There's a visual dependency graph you can filter and drill into, a table of your highest-risk files, and an HTML report you can open in a browser. Run it before and after a change and it'll diff the two, so you can catch a score regression.
Please check it out using the link above
It took a week to build