gouravkhunger/dependents.info
generates a badge and image of the github network dependents of a repository to be rendered in the readme.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-id | gitHub package id to process (if the repository publishes multiple) | no | — |
| max-pages | maximum number of pages to process (default: 50, max: 100) | no | 50 |
| unique-owners | whether to disable unique users (true/false) | no | true |
| exclude-owner | whether to exclude repos from the same owner that depend on this repository (true/false) | no | true |
| upload-artifacts | whether to upload the outputs as artifacts (true/false) | no | true |
| exclude-users | comma-separated list of GitHub usernames/orgs to exclude from dependents (e.g. 'user1, user2') | no | "" |
| force-run | force submit dependents data to the api. only affects forked repositories (true/false) | no | false |
Outputs
| name | description |
|---|---|
| dependents | list of dependents of the repository. |