GitHub Action to generate styled proverbs
[![Public workflows that use this action.][total_usages]][search_results]
Creates Styled Proverbs by language and input color parameters.
language
Optional Proverb's language (default random)
pattern
Optional Proverb's image background pattern (default random)
width
Optional Proverb's image width (default 100%)
height
Optional Proverb's image height (default 100%)
backgroundColor
Optional Proverb's image background color (default %23FFFFFF)
fontColor
Optional Proverb's image font color (default %230A83DC)
opacity
Optional Proverb's image background opacity (default 0.3)
colorPattern
Optional Proverb's image text color (default %23FFE0E9)
name
Optional Proverb's image name (default proverb)
path
Optional Proverb's image path (default images)
image
Generated proverb image (stored in the path
directory)
- name: Create styled proverbs
uses: alexrogalskiy/github-action-proverbs@master
with:
language: 'french'
pattern: 'wiggle'
name: 'proverb'
path: 'images'
Running locally:
npm run start:action --action github-action-proverbs --language 'french' --pattern 'wiggle' --name proverb --path images
Styled Proverbs is distributed under LGPL version 3 or later, [License]. LGPLv3 is additional permissions on top of GPLv3.
Styled Proverbs is maintained by the following GitHub team-members:
with community support please contact with us if you have some question or proposition.
The project uses SemVer for versioning. For the versions available, see the tags on this repository.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us (emoji key).
This project follows the all-contributors specification. Contributions of any kind are welcome!
See also the list of contributors who participated in this project.
Like Styled Proverbs ? Consider buying me a coffee :)
[total_usages]: https://img.shields.io/endpoint?url=https%3A%2F%2Fapi-git-master.endbug.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3DAlexRogalskiy%2Fgithub-action-proverbs%26badge%3Dtrue [search_results]: https://github.com/search?o=desc&q=AlexRogalskiy/github-action-proverbs+path%3A.github%2Fworkflows+language%3AYAML&s=&type=Code