pcgeek86 / PSGitHub

This PowerShell module contains commands to manage GitHub through its REST API.
MIT License
182 stars 39 forks source link

Add Get-GitHubRepository Function #25

Closed czhang03 closed 7 years ago

czhang03 commented 7 years ago

Improvements / Enhancements

List out any code changes or enhancements you've made. This includes refactoring and removal of extraneous code. :)

@pcgeek86

czhang03 commented 7 years ago

Also do you mind push this to the PSGallery? the one up there is pretty outdated

pcgeek86 commented 7 years ago

@chantisnake Good thought. I'll have to set up AppVeyor to handle automated deployments to PowerShell Gallery, similar to: https://github.com/pcgeek86/azure-powershell-extensions/blob/production/appveyor.yml

Thanks for the contribution!