Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pkgstore/pwsh-curl

PowerShell module for working with cURL.
https://github.com/pkgstore/pwsh-curl

powershell powershell-cmdlets powershell-module powershell-modules powershell-script powershell-scripts pwsh pwsh-module pwsh-scripts windows

Last synced: 22 days ago
JSON representation

PowerShell module for working with cURL.

Awesome Lists containing this project

README

        

# PowerShell cURL Module

PowerShell module for working with cURL.

## Install

```powershell
Install-CustomModule -N 'cURL' -GHP 'pkgstore/pwsh-curl'
```

## Syntax

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

```powershell
Get-Command -Module 'PkgStore.cURL'
```

```powershell
Get-Help ''
```