Installation

Public PowerShell Gallery publishing is not active yet. Install from the repository build output or your private module source:

Import-Module .\Module\HtmlForgeX.psd1 -Force

Verify exported cmdlets:

Get-Command -Module HtmlForgeX | Sort-Object Name

If you develop locally, build from the repository and import Module/HtmlForgeX.psd1 .