PowerShell Module to create Mermaid diagrams.
PowerShell Module to create Mermaid diagrams.
Install PsMermaidTools from PowerShell Gallery using a PowerShell command line:
Install-Module -Name PsMermaidTools -Scope CurrentUser
Invoke-Build Install
See the command reference for descriptions and examples.
See the changelog file.
The build scripts require InvokeBuild. If it is not installed, install it with the command Install-Module InvokeBuild -Scope CurrentUser
.
You can build the module using the VS Code build task or with the command Invoke-Build Build
.
CHANGELOG.md
.Update-Changelog -ReleaseVersion $version -LinkMode None