Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 342 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 342 Bytes

PowerShell Module - Sample

Update

Update-ModuleManifest -Path .\HelloWorld.psd1  -ModuleVersion 1.0.1

Deploy to Spring PowerShell Gall

Publish-Module -Path .\HelloWorld -NuGetApiKey YOUR_API_KEY  -Repository Spring

Install Local

Install-Module HelloWorld -Repository Spring