• Stars
    star
    34
  • Rank 742,286 (Top 16 %)
  • Language
    PowerShell
  • Created over 9 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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