Pipeline DevOps sample project
PS Script Analyzer
https://www.powershellgallery.com/packages/PSScriptAnalyzer
Install-Module -Name psscriptanalyzer -Force -SkipPublisherCheck
Using Pester Tests https://pester.dev/docs/quick-start/
https://www.powershellgallery.com/packages/Pester/5.5.0
Install-Module -Name Pester -Force -SkipPublisherCheck
PlatyPS - instant MarkDown help files.
https://github.com/PowerShell/platyPS
Install-Module -Name PlatyPS -Force -SkipPublisherCheck