Skip to content

theohbrothers/PSGitHubRestApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

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