Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 582 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 582 Bytes

PSGitHubRestApi badge-version-github-tag-img

A PowerShell module for GitHub REST API.

Usage

To import the module:

Import-Module .\src\PSGitHubRestApi\PSGitHubRestApi.psm1 -Force -Verbose

To list all available functions:

Get-Command -Module PSGitHubRestApi