Skip to content

Commit

Permalink
docs: add note for halstead/cyclomatic support
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Renoult committed Nov 11, 2022
1 parent c912adb commit f6e5572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ $ npx code-complexity <path-to-git-directory or URL>

## Notes

The Halstead metrics are a [collection of several metrics](https://en.wikipedia.org/wiki/Halstead_complexity_measures), we use the "volume" metric.
- The Halstead metrics are a [collection of several metrics](https://en.wikipedia.org/wiki/Halstead_complexity_measures), we use the "volume" metric.
- We only currently support Halstead and Cyclomatic for JavaScript and TypeScript

## Output

Expand Down

0 comments on commit f6e5572

Please sign in to comment.