A cli tool for language-agnostic static analysis of codebases.
Shell interface to an LSP server connected to your project.
Find code hotspots inside the codebase.
Get the cyclomatic complexity of all functions.
Find functions with a number of tests that is too high/low, relative to the function's cyclomatic complexity.