README.md in codemonitor-0.3.5 vs README.md in codemonitor-0.3.6

- old
+ new

@@ -10,11 +10,11 @@ Collect multiple metrics from the a Git repository. **Requirements / Setup**: -You need a `.git` folder present in the current folder: +You need a `.git` folder present in the current folder: **Options**: `CODEMONITOR_GIT_FILES_THRESHOLD`: Don't emit metrics about number of files, from those that are above of this threshold. (Default: `0`) @@ -99,9 +99,23 @@ You can generate the `sorbet.output.json` file with this example command: ``` bundle exec srb tc --metrics-prefix 'codemetrics' --metrics-file sorbet.output.json +``` + +## SCC + +Collect multiple metrics from [SCC](https://github.com/boyter/scc) configured. + +**Requirements / Setup**: + +You need a `scc.output.json` file present in the current folder. + +You can generate the `scc.output.json` file with this example command: + +``` +scc -f json scc.output.json ``` # Providers ## Console