kei-g/TypeScript Cyclomatic Complexity Calculator
This action calculates cyclomatic complexities of source codes written in TypeScript.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tsconfigPath | The file path to tsconfig.json. | no | tsconfig.json |
Outputs
| name | description |
|---|---|
| average | An average value of cyclomatic complexities. |
| maximum | The maximum value of cyclomatic complexities. |
| minimum | The minimum value of cyclomatic complexities. |
| whole-result | The whole result styled in JSON. |