Skip to content

PowerShell function to create a HTML help file for a module and all it's commands.

Notifications You must be signed in to change notification settings

gravejester/Invoke-CreateModuleHelpFile

Repository files navigation

Invoke-CreateModuleHelpFile

PowerShell function to create a HTML help file for a module and all it's commands.

Screenshot

First load the function, then run it like this:

Invoke-CreateModuleHelpFile -ModuleName 'ModuleName' -Path 'drive:\path\to\save.html'

To read the built-in help:

Get-Help Invoke-CreateModuleHelpFile

TODO:

  • Create fallback CSS for use without Bootstrap and jQuery

About

PowerShell function to create a HTML help file for a module and all it's commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published