yWebDev / irregularverbs

MIT License
0 stars 0 forks source link

Use Madge to analyze codebase #36

Open yWebDev opened 2 weeks ago

yWebDev commented 2 weeks ago

Madge is a developer tool for generating a visual graph of your module dependencies, finding circular dependencies, and giving you other useful info

— madge npm docs

npx madge src/main.ts --ts-config tsconfig.json --image ./deps.webp

and we can use them to

determine codebase health find areas to improve communicate with non-technical colleagues

ref: https://angularexperts.io/blog/top-10-angular-architecture-mistakes