GitHub Action to generate styled Word of the Day
[![Public workflows that use this action.][total_usages]][search_results]
Creates Styled Wotd by language and input color parameters.
language
Optional Word's language (default random)
pattern
Optional Word's image background pattern (default random)
width
Optional Word's image width (default 100%)
height
Optional Word's image height (default 100%)
backgroundColor
Optional Word's image background color (default %23FFFFFF)
fontColor
Optional Word's image font color (default %230A83DC)
opacity
Optional Word's image background opacity (default 0.3)
colorPattern
Optional Word's image text color (default %23FFE0E9)
name
Optional Word's image name (default word)
path
Optional Word's image path (default images)
image
Generated word image (stored in the path
directory)
- name: Create styled wotd
uses: alexrogalskiy/github-action-wotd@master
with:
language: 'french'
pattern: 'wiggle'
name: 'word'
path: 'images'
Running locally:
npm run start:action --action github-action-wotd --language 'french' --pattern 'wiggle' --name word --path images
Styled Wotd is distributed under LGPL version 3 or later, [License]. LGPLv3 is additional permissions on top of GPLv3.
Styled Wotd 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 Word ? 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-wotd%26badge%3Dtrue [search_results]: https://github.com/search?o=desc&q=AlexRogalskiy/github-action-wotd+path%3A.github%2Fworkflows+language%3AYAML&s=&type=Code