valentin-kaiser/webppipe

Optimize images in a repository by converting PNG/JPEG to WebP and committing the result.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
qualityWebP quality (1-100). Ignored when lossless is true.no80
losslessUse lossless WebP encoding.nofalse
max-widthMaximum image width in pixels (0 = unlimited).no0
max-heightMaximum image height in pixels (0 = unlimited).no0
includeComma-separated glob patterns of files to include.no**/*.png,**/*.jpg,**/*.jpeg,**/*.PNG,**/*.JPG,**/*.JPEG
excludeComma-separated glob patterns of files to exclude.no.git/**,node_modules/**,vendor/**
keep-originalsKeep original files alongside the generated .webp files. Set to 'false' to replace originals.notrue
dry-runReport planned conversions without writing files.nofalse
concurrencyNumber of parallel conversion workers (0 = NumCPU).no0
repo-pathPath to the repository / working directory.no.
commitCommit converted files.notrue
pushPush the commit to the remote.notrue
commit-messageCommit message for converted files.no[GEN] optimize images to WebP
author-nameGit author name used for the commit.nowebppipe[bot]
author-emailGit author email used for the commit.nowebppipe@users.noreply.github.com
branchBranch to push to (empty = current branch).no""

no outputs