Skip to content
forked from pcgeek86/PSGitHub

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

License

Notifications You must be signed in to change notification settings

dotps1/PSGitHub

 
 

Repository files navigation

What is PSGitHub?

Join the chat at https://gitter.im/pcgeek86/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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%