Skip to content

Instantly share code, notes, and snippets.

@Splaxi
Last active November 2, 2018 21:32
Show Gist options
  • Save Splaxi/8934e13cb35918d13af6e3a21c208b0e to your computer and use it in GitHub Desktop.
Save Splaxi/8934e13cb35918d13af6e3a21c208b0e to your computer and use it in GitHub Desktop.
Update docs
$moduleName = "d365fo.tools"
#$path = "C:\GIT\GITHUB\$moduleName.Workspace\$moduleName\$moduleName"
$path = "C:\GITHUB\LocalRepository\$moduleName"
Import-Module $path -Force
$null = New-MarkdownHelp -Module $moduleName -OutputFolder "$path\docs" -Force
Get-ChildItem -Path "$path\docs" -Recurse -File | Set-PSMDEncoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment