# PSGitHub **Repository Path**: mirrors_felixfbecker/PSGitHub ## Basic Information - **Project Name**: PSGitHub - **Description**: This PowerShell module contains commands to manage GitHub through its REST API. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Join the chat at https://gitter.im/pcgeek86/PSGitHub](https://badges.gitter.im/pcgeek86/PSGitHub.svg)](https://gitter.im/pcgeek86/PSGitHub?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PSGitHub.svg)]() [![PowerShell Gallery](https://img.shields.io/powershellgallery/v/PSGitHub.svg)]() # 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: - E-mail: trevor@trevorsullivan.net - Website: https://trevorsullivan.net - Twitter: https://twitter.com/pcgeek86 - GitHub: https://github.com/pcgeek86 ## Core Contributors - Thomas Malkewitz - Skype: thomasmalkewitz - Twitter: @dotps1 - Website: https://dotps1.github.io