PSGist

PowerShell Module that interfaces with GitHub Gists.

Build status


This is a comprehensive collection of PowerShell cmdlets that interface with Gists using the GitHub API.
This module can be installed from the PowerShell Gallery. You will need Windows Management Framework 5 to install modules and scripts from the gallery.

# Inspect
Save-Module -Name PSGist -Path <Path>

# Install
Install-Module -Name PSGist

# Import
Import-Module -Name PSGist

# Cmdlets
Get-Command -Module PSGist

After installing and importing the module, create a GitHub OAuth Token using the New-GistOAuthToken cmdlet to get started. This token will give rights to only interface with Gist Objects.

Visit the Cmdlet Reference to see usage and examples for all of the avaialbe PSGist cmdlets.

Fork me on GitHub