jcantosz/GitHub Package Statistics
Collect package statistics from a GitHub organization
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| org | GitHub organization to collect package statistics from | yes | — |
| mode | Output mode: "org-level" (packages grouped by type) or "repo-level" (packages grouped by repository) | no | org-level |
| token | GitHub Personal Access Token (PAT) for authentication. Either token or app authentication is required. | no | — |
| app-id | GitHub App ID for authentication. Required if using App authentication. | no | — |
| private-key | GitHub App private key for authentication. Required if using App authentication. | no | — |
| installation-id | GitHub App installation ID for authentication. Required if using App authentication. | no | — |
Outputs
| name | description |
|---|---|
| package-stats | JSON string containing the package statistics |