An addin for the Powershell ISE to allow quick access, update and creation of Gists
#Install
Get Chocolatey (awesome command line installer for windows)
Open powershell as administrator and type:
C:> choco install powergist
See this blog post for more details http://wp.me/p1He68-au
Warning – This was a quick project and should be considered alpha quality. Feel free to submit fixes and enhancements in a pull request
#Debugging
- Enable first chance exceptions.
- Under debug for the project set to start external application "C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe"
- Set commandline arguments to "-noprofile -file c:\your\path\to\repository\PowerGistInstallerDebug.ps1"