https://github.com/pkgstore/pwsh-7z
PowerShell module for working with 7-ZIP.
https://github.com/pkgstore/pwsh-7z
powershell powershell-cmdlets powershell-module powershell-modules powershell-script powershell-scripts pwsh pwsh-module pwsh-scripts windows
Last synced: 3 months ago
JSON representation
PowerShell module for working with 7-ZIP.
- Host: GitHub
- URL: https://github.com/pkgstore/pwsh-7z
- Owner: pkgstore
- License: mit
- Created: 2023-11-11T21:27:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T04:35:07.000Z (about 2 years ago)
- Last Synced: 2025-03-13T12:34:44.156Z (about 1 year ago)
- Topics: powershell, powershell-cmdlets, powershell-module, powershell-modules, powershell-script, powershell-scripts, pwsh, pwsh-module, pwsh-scripts, windows
- Language: PowerShell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerShell 7-ZIP Module
PowerShell module for working with 7-ZIP.
## Install
```powershell
Install-CustomModule -N '7z' -GHP 'pkgstore/pwsh-7z'
```
## Syntax
For syntax information, enter module info command and get help command.
```powershell
Get-Command -Module 'PkgStore.7z'
```
```powershell
Get-Help ''
```