9 lines
No EOL
280 B
Markdown
9 lines
No EOL
280 B
Markdown
# cstat
|
|
Terminal CLI tool to examine a codebase through a statistical lens
|
|
|
|
## helpful commands
|
|
```bash
|
|
cstat --help # cli options
|
|
cstat loc --path . -v # size-shape analysis plus explanations
|
|
cstat test-reachability --path . --json # structured static test/bench reachability
|
|
``` |