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