Go to file
Kai Kimera 2d87c58fc8
2024-02-01 04:35:07
2024-02-01 04:35:07 +00:00
.github/workflows 2023-11-12 00:06:19 2023-11-12 00:06:19 +00:00
Private 2023-11-19 17:41:58 2023-11-19 17:41:58 +00:00
Public 2023-11-20 19:33:19 2023-11-20 19:33:19 +00:00
CHANGELOG.md 2023-11-12 00:06:19 2023-11-12 00:06:19 +00:00
CONTRIBUTING.md 2024-02-01 04:35:07 2024-02-01 04:35:07 +00:00
LICENSE 2024-02-01 04:35:07 2024-02-01 04:35:07 +00:00
PkgStore.cURL.psd1 2024-02-01 04:35:07 2024-02-01 04:35:07 +00:00
PkgStore.cURL.psm1 2023-11-19 17:41:58 2023-11-19 17:41:58 +00:00
README.md 2023-11-19 18:38:40 2023-11-19 18:38:40 +00:00

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>'