/PSGitHub

This PowerShell module contains commands to manage GitHub through its REST API.

Primary LanguagePowerShellMIT LicenseMIT

Join the chat at https://gitter.im/pcgeek86/PSGitHub PowerShell Gallery PowerShell Gallery

What is PSGitHub?

The PSGitHub PowerShell module contains commands to manage GitHub through its REST API.

Installation

You can install the PSGitHub PowerShell module using one of the following methods.

  1. Install from the PowerShell Gallery (requires PowerShell 5.0+)
  2. Copy-install the module to your $env:PSModulePath
  3. Extract the module anywhere on the filesystem, and import it explicitly, using Import-Module

Getting Started

If this is your first time using the PSGitHub PowerShell module, follow these steps to get started.

  1. Import the module, if you disabled module auto-loading (optional)
  2. Run the Set-GitHubToken command
  3. Specify your GitHub username and Personal Access Token
  4. Run GitHub management commands (eg. New-GitHubRepository)

Issues

Please report issues in the GitHub Issue Tracker.

Contributors

This module was originally developed by Trevor Sullivan. You can contact Trevor using one of the following methods:

Core Contributors