Go to file
Kai Kimera 8195b5299f
2024-02-01 04:35:06
2024-02-01 04:35:06 +00:00
.github/workflows 2023-11-11 21:28:58 2023-11-11 21:28:58 +00:00
Private 2023-11-19 17:41:47 2023-11-19 17:41:47 +00:00
Public 2023-11-19 17:41:47 2023-11-19 17:41:47 +00:00
CHANGELOG.md 2023-11-11 21:28:58 2023-11-11 21:28:58 +00:00
CONTRIBUTING.md 2024-02-01 04:35:06 2024-02-01 04:35:06 +00:00
LICENSE 2024-02-01 04:35:06 2024-02-01 04:35:06 +00:00
PkgStore.7z.psd1 2024-02-01 04:35:06 2024-02-01 04:35:06 +00:00
PkgStore.7z.psm1 2023-11-19 17:41:47 2023-11-19 17:41:47 +00:00
README.md 2023-11-19 18:38:30 2023-11-19 18:38:30 +00:00

README.md

PowerShell 7-ZIP Module

PowerShell module for working with 7-ZIP.

Install

Install-CustomModule -N '7z' -GHP 'pkgstore/pwsh-7z'

Syntax

For syntax information, enter module info command and get help command.

Get-Command -Module 'PkgStore.7z'
Get-Help '<COMMAND-NAME>'