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] 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.