jmcpheron/chiaro-oscuro
AI-powered logo generation for light and dark themes using GitHub Models
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-name | Name of your project or repository | yes | — |
| description | Brief description of what your project does | yes | — |
| style | Logo design style (modern, minimal, playful, corporate, tech) | no | modern |
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| output-dir | Directory for generated logos | no | assets |
| model | AI model (github/gpt-4o-mini, github/llama-3.1-70b-instruct, github/deepseek-r1) | no | github/gpt-4o-mini |
| branch-name | Branch name for PR | no | chiaro-oscuro/generate-logo |
| commit-message | Commit message | no | Add AI-generated logo for light and dark themes |
| pr-title | Pull request title | no | Add theme-aware logo generated by AI |
Outputs
| name | description |
|---|---|
| light-logo-path | Path to the generated light theme logo |
| dark-logo-path | Path to the generated dark theme logo |
| pr-url | URL of the created pull request |