352 B
352 B
cstat
Terminal CLI tool to examine a codebase through a statistical lens
helpful commands
cstat --help # cli options
cstat scorecard --path . --json # machine-readable code complexity cost
cstat loc --path . -v # size-shape analysis plus explanations
cstat test-reachability --path . --json # structured static test/bench reachability