santisq / PSCompression

Zip and Gzip utilities for PowerShell!

Home Page:https://www.powershellgallery.com/packages/PSCompression/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Zip and Gzip utilities for PowerShell!

https://www.powershellgallery.com/packages/PSCompression/

License:MIT License


Languages

Language:C# 69.2%Language:PowerShell 30.8%