Project

PSPublishModule

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

Stars47
Forks16
Open issues0
PowerShell Gallery downloads17213
Releasev3.0.131
Language: C# Updated: 2026-09-02T21:02:59.0000000+00:00

Curated Examples

Step01.Createmoduleproject

Source-owned example maintained with PSPublishModule.

Import-Module "$PSSCriptRoot\..\PSPublishModule.psd1" -Force

# Step 01 - An initial module structure, manifest, and configuration file will be created
Build-Module -ModuleName 'MyGreatModule' -Path "C:\Support\GitHub"