GitHub – codemix/deprank: Use PageRank to find the most important files in your codebase.
Deprank Deprank uses the PageRank algorithm to find the most important files in your JavaScript or TypeScript codebase. It uses dependency-cruiser to build a dependency graph of your source files, then ranks those dependencies based on their importance. We define importance as those files which a…
もっと詳しく