From 10687af26850a261b25058e446f527908bd165ff Mon Sep 17 00:00:00 2001 From: Zhang Cheng <13501393281@163.com> Date: Fri, 16 Dec 2016 12:11:33 +0000 Subject: [PATCH] add API Wrapper Section --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index 6ed8774..93d5bba 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,7 @@ It includes a command-line shell and an associated scripting language. ## Contents +* [API Wrapper](#api-wrapper) * [Blogs](#blogs) * [Build Tools](#build-tools) * [Code and Package Repositories](#code-and-package-repositories) @@ -28,6 +29,15 @@ It includes a command-line shell and an associated scripting language. * [SQL Server](#sql-server) * [Misc](#misc) +## API Wrapper + +- [PSGitHub](https://github.com/pcgeek86/PSGitHub) - This PowerShell module contains commands to manage GitHub through its REST API. +- [Posh-Github](https://github.com/Iristyle/Posh-GitHub) - Powershell cmdlets that expose the GitHub API. +- [Posh-Gist](https://github.com/dfinke/Posh-Gist) - PowerShell cmdlets for interacting with GitHub Gist. +- [PSGist](https://github.com/dotps1/PSGist) - A PowerShell module to work with GitHub Gists. http://dotps1.github.io/PSGist. +- [PSAppVeyor](https://github.com/dotps1/PSAppVeyor) - A PowerShell Module to interact with the AppVeyor REST Api. + + ## Blogs - [Windows PowerShell Blog](https://blogs.msdn.microsoft.com/powershell/) - Official PowerShell Team Blog.