Skip to content

santisq/PSCompression

Repository files navigation

PSCompression

Zip and GZip utilities for PowerShell

build codecov PowerShell Gallery LICENSE

PSCompression is a PowerShell Module aimed to provide Zip and Gzip utilities for compression, expansion and management as well as to solve a few issues with Zip compression existing in built-in PowerShell.

Documentation

Check out the docs for information about how to use this Module.

Installation

Gallery

The module is available through the PowerShell Gallery:

Install-Module PSCompression -Scope CurrentUser

Source

git clone 'https://github.com/santisq/PSCompression.git'
Set-Location ./PSCompression
./build.ps1

Requirements

Compatible with Windows PowerShell 5.1 and PowerShell 7+.

Contributing

Contributions are more than welcome, if you wish to contribute, fork this repository and submit a pull request with the changes.