startautomating/PSMinifier

A Miniature Minifier For PowerShell

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
IncludeOne or more wildcards of files to include. If not provided, all .ps1 in a workspace will be included. no
ExcludeOne or more wildcards of files to exclude.no"*.*.ps1"
GZipIf set, the minified content will be encoded as GZip, further reducing it's size.no
NoBlockIf set, zipped minified content will be encoded without blocks, making it a very long single line. This parameter is only valid with -GZip. no
CommitMessageIf provided, will commit changes made to the workspace with this commit message.no
UserEmailThe user email associated with a git commit.no
UserNameThe user name associated with a git commit.no
namedescription
OriginalSizeThe Original Size of all files
MinifiedSizeThe Total Size of all minified files
MinifiedPercentThe Percentage Saved by minifying