build-docs.ps1
|
Import-Module ./ if (-not (Test-Path 'psDoc' -PathType Container)) { git clone https://github.com/ChaseFlorell/psDoc.git } Push-Location psDoc/src ./psDoc.ps1 AnyBox Pop-Location Move-Item -Force psDoc/src/help/index.html ./ |