gha-utilities/Bulk CWebP

GitHub Action to wrap CWebP features

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
source_directoryDirectory passed to `find` for finding filesyes
find_regexRegular Expression passed to `find` to limit found files, example "*.png"yes
find_regextypeRegular Expression type passed to `find` available values are; "emacs", "posix-awk", "posix-basic", "posix-egrep", or "posix-extended"yesemacs
exec_cwebpExecutable name, with optional path, to CWebP executableyescwebp
cwebp_optsAdditional parameters to pass to `cwebp` for each found file and destination extensionno
destination_name_prefixOptional prefix for output file namesno
destination_name_suffixOptional suffix for output file namesno
destination_clobberEnable clobbering preexisting files by setting to `1`no0
verboseEnable `printf` logging by setting non-zero integer valueno0
namedescription
foundNew-line separated list of file paths found with `find` and provided inputs
wroteNew-line separated list of file paths written by `cwebp` with provided inputs
failedNew-line separated list of file paths `cwebp` failed to write