A tool that use madge to generate a circular dependency graph of your codebase.
Github Desktop codebase when visualised with Edge
- Clone to this repo
- Have Deno installed.
- Run
deno run bin/cli.ts <path_to_your_code_base> --html --open - Hit
Aseveral times to allow deno system access. - The result should be in
edge_analysis.htmlfile.
- Make this a CLI runnable with
npx - Make output file configurable.
- Make Edge "core" a library.