9 lines
252 B
Markdown
9 lines
252 B
Markdown
|
|
# cstat
|
||
|
|
Terminal CLI tool to examine a codebase through a statistical lens
|
||
|
|
|
||
|
|
## helpful commands
|
||
|
|
```bash
|
||
|
|
cstat --help # cli options
|
||
|
|
cstat -v # basic dashboard plus explanation
|
||
|
|
cstat <any> -v # runs the command and gives an explanation of the metrics
|
||
|
|
```
|