From f33581366649ab398f86caf1cea7cf900abe52de Mon Sep 17 00:00:00 2001 From: Zhang Cheng <13501393281@163.com> Date: Fri, 16 Dec 2016 11:59:18 +0000 Subject: [PATCH 1/5] add PowerShellGet to Package Manager section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7bfb81e..6ed8774 100644 --- a/readme.md +++ b/readme.md @@ -91,6 +91,7 @@ It includes a command-line shell and an associated scripting language. ## Package Managers +- [PowershellGet](https://github.com/powershell/powershellget) - PowerShellGet is the Package Manager for PowerShell https://www.PowerShellGallery.com - [PsGet](http://psget.net/) - Set of commands to install modules from central directory, local file or from the web. - [Chocolatey](https://chocolatey.org/) - The package manager for Windows. The sane way to manage software on Windows. 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 2/5] 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. From 27f99af164ded317440d62faa91f2bf20ad63bd9 Mon Sep 17 00:00:00 2001 From: Zhang Cheng <13501393281@163.com> Date: Fri, 16 Dec 2016 12:14:11 +0000 Subject: [PATCH 3/5] add Posh-With in CommandLine Productivity --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 93d5bba..248c964 100644 --- a/readme.md +++ b/readme.md @@ -71,6 +71,7 @@ It includes a command-line shell and an associated scripting language. - [Zlocation](https://github.com/vors/ZLocation) - [z.sh](https://github.com/rupa/z) implementation for PowerShell. Similar to Jump-Location. - [thefuck](https://github.com/nvbn/thefuck) - Magnificent app which corrects your previous console command (by typing `fuck`). - [pslinq](https://github.com/manojlds/pslinq) - LINQ (LINQ2Objects) for Powershell. +- [posh-with](https://github.com/JanJoris/posh-with) - Command prefixing for continuous workflow using a single tool. ## Communities From beb3b5348cba712078910f9a12d20606c214b819 Mon Sep 17 00:00:00 2001 From: Zhang Cheng <13501393281@163.com> Date: Fri, 16 Dec 2016 12:18:25 +0000 Subject: [PATCH 4/5] add psInlineProgress to Misc section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 248c964..c781095 100644 --- a/readme.md +++ b/readme.md @@ -166,3 +166,4 @@ It includes a command-line shell and an associated scripting language. - [poke](https://github.com/oising/poke) - Crazy cool reflection module for powershell. Explore and invoke private APIs like nobody is watching. Useful for security research, testing and quick hacks. +- [psInlineProgress](https://github.com/gravejester/psInlineProgress) - Write inline progress bars in PowerShell. From d7f475dae1d4359ab98097254ec0cce64e8bfc94 Mon Sep 17 00:00:00 2001 From: Zhang Cheng <13501393281@163.com> Date: Fri, 16 Dec 2016 12:20:27 +0000 Subject: [PATCH 5/5] add Documentation Helper Section --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index c781095..bf32625 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,7 @@ It includes a command-line shell and an associated scripting language. * [Code and Package Repositories](#code-and-package-repositories) * [Commandline Productivity](#commandline-productivity) * [Communities](#communities) +* [Documentation Helper](#documentation-helper) * [Frameworks](#frameworks) * [Editors and IDEs](#editors-and-ides) * [Package Managers](#package-managers) @@ -81,6 +82,11 @@ It includes a command-line shell and an associated scripting language. - [Slack PowerShell team](http://slack.poshcode.org/) - Large chat room dedicated to PowerShell. Bridged with `#PowerShell` on irc.freenode.net. - [Twitter #PowerShell](https://twitter.com/search?q=%23PowerShell&src=hash) - Vibrant PowerShell community; great way to keep up with news and blog content. +## Documentation Helper + +- [platyPS](https://github.com/PowerShell/platyPS) - Write PowerShell External Help in Markdown. +- [Invoke-CreateModuleHelpFile](https://github.com/gravejester/Invoke-CreateModuleHelpFile) - PowerShell function to create a HTML help file for a module and all it's commands. + ## Editors and IDEs - [PowerShell Studio](https://www.sapien.com/software/powershell_studio) - Powerful PowerShell IDE with module, help, and user interface development tools, high DPI support and regular updates.