actions-marketplace-validations/BadgeSort
Generate and sort branded Shields.io and Badgen.net badges by color
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| opts | Additional options | no | — |
| slugs | SimpleIcons.org slugs to use | no | — |
| format | Output format | no | markdown |
| id | Badge generation ID - must match the ID in comment markers: <!-- start chipwolf/badgesort {id} --> and <!-- end chipwolf/badgesort {id} --> | no | default |
| provider | Badge provider (shields/badgen) | no | shields |
| sort | Color sorting algorithm | no | hilbert |
| style | Shields.io badge style | no | for-the-badge |
| thanks | Show the BadgeSort badge | no | true |
| random | Number of random icons to generate | no | 0 |
| verify | Verify the generated badge is valid by requesting it from the badge provider | no | false |
| output | Output file name - requires comment markers in the target file: <!-- start chipwolf/badgesort {id} --> and <!-- end chipwolf/badgesort {id} -->. Without markers, outputs to stdout. | no | — |
| embed-svg | Always embed SVG data URIs in Shields.io badges instead of using logo slugs | no | false |
| skip-logo-check | Skip checking if logos are missing from Shields.io (faster but may result in badges without icons) | no | false |
Outputs
| name | description |
|---|---|
| badges | Generated badges markup when no output file is provided |