antonygiomarxdev/Angular Doctor
Diagnose Angular codebases with health score and actionable diagnostics
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Project directory to scan | — | . |
| verbose | Show file details per rule | — | true |
| project | Workspace project(s) to scan (comma-separated) | no | — |
| diff | Base branch for diff mode (e.g. main). Only files changed vs this branch are scanned. | no | — |
| github-token | GitHub token for posting PR comments. When set on pull_request events, findings are posted as a PR comment. | no | — |
| score-threshold | Exit with error code when score is below this threshold (0-100) | no | 0 |
| node-version | Node.js version to use | — | 20 |
Outputs
| name | description |
|---|---|
| score | Health score (0-100) |
| label | Score label (Great, Needs work, Critical) |