PowerShell Cmdlet Project Template
This project produces a C# template for creating PowerShell cmdlets with unit tests in the style espoused by IntelliTect.
Installation
- Run
CMD> dotnet new --install IntelliTect.PowerShell.Cmdlet.Template - Make a new folder and open in you favorite shell
- Run
CMD> dotnet new pwshcmdlet
License
- Apache 2.0, see LICENSE file