No description
.github/workflows | ||
Private | ||
Public | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
PkgStore.cURL.psd1 | ||
PkgStore.cURL.psm1 | ||
README.md |
PowerShell cURL Module
PowerShell module for working with cURL.
Install
Install-CustomModule -N 'cURL' -GHP 'pkgstore/pwsh-curl'
Syntax
For syntax information, enter module info command and get help command.
Get-Command -Module 'PkgStore.cURL'
Get-Help '<COMMAND-NAME>'