An open API service indexing awesome lists of open source software.

https://github.com/intellitect/cmdlet-template

A `dotnet net` template for creating PowerShell Cmdlets with tests.
https://github.com/intellitect/cmdlet-template

Last synced: 4 months ago
JSON representation

A `dotnet net` template for creating PowerShell Cmdlets with tests.

Awesome Lists containing this project

README

          

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](https://github.com/IntelliTect/cmdlet-template/blob/master/license.txt) file

## Build Status
* Azure DevOps: [![Build Status](https://intellitect.visualstudio.com/IntelliTect/_apis/build/status/IntelliTect-Cmdlet-Template-Pack?branchName=master)](https://intellitect.visualstudio.com/IntelliTect/_build/latest?definitionId=61&branchName=master)
* Nuget: