Project

PSPublishModule

PSPublishModule is an open-source PowerShell and .NET project with packages, release history, and technical documentation.

Stars43
Forks13
Open issues2
PowerShell Gallery downloads13876
Releasev3.0.3
Language: C# Updated: 2026-04-12T07:25:36.0000000+00:00

Documentation

PSPublishModule Overview

How PSPublishModule and PowerForge fit module, library, and website workflows.

PSPublishModule is used to keep build, packaging, documentation, and release workflows repeatable across Evotec PowerShell modules and related .NET libraries.

Common fit

  • build and package PowerShell modules
  • generate PowerShell command help from authored XML docs and about-topic sources
  • build .NET libraries and release artifacts through PowerForge project workflows
  • build and verify PowerForge.Web websites with explicit quality gates

Good operating pattern

Keep reusable build behavior in PowerForge services and keep cmdlets focused on PowerShell-facing orchestration. For websites, prefer explicit site.json, pipeline.json, baselines, and CI gates over preview-only checks.