Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pkgstore/pwsh-curl
- Owner: pkgstore
- License: mit
- Created: 2023-11-12T00:02:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T04:35:09.000Z (about 1 year ago)
- Last Synced: 2024-11-19T07:12:26.081Z (3 months ago)
- Topics: powershell, powershell-cmdlets, powershell-module, powershell-modules, powershell-script, powershell-scripts, pwsh, pwsh-module, pwsh-scripts, windows
- Language: PowerShell
- Homepage:
- Size: 19.5 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 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 ''
```