PowerShell / WindowsCompatibility

Module that allows Windows PowerShell Modules to be used from PSCore6
Other
137 stars 33 forks source link

Move CBH to external help with PlatyPS #10

Closed markekraus closed 6 years ago

markekraus commented 6 years ago
New-MarkdownHelp -Module WinCompatibilityPack -AlphabeticParamsOrder -OutputFolder .\docs\Module -WithModulePage  -Locale en-US
Update-MarkdownHelpModule -Path .\docs\Module\ -RefreshModulePage -Verbose -AlphabeticParamsOrder

This will need to be added to the build.ps1 once it is merged:

New-ExternalHelp -OutputPath .\WinCompatibilityPack\bin\release\netstandard2.0\publish\ -Path .\docs\Module\
markekraus commented 6 years ago

I rebased to pickup the changes from master and added the New-ExternalHelp to the build.ps1. This should be ready to merge now