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.
- Host: GitHub
- URL: https://github.com/intellitect/cmdlet-template
- Owner: IntelliTect
- License: apache-2.0
- Created: 2019-02-26T21:31:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T20:40:44.000Z (over 6 years ago)
- Last Synced: 2025-04-12T15:09:36.840Z (10 months ago)
- Language: C#
- Size: 27.3 KB
- Stars: 1
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
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: [](https://intellitect.visualstudio.com/IntelliTect/_build/latest?definitionId=61&branchName=master)
* Nuget: