FiftyProtons.Templates.PSCore
0.2.2
dotnet new install FiftyProtons.Templates.PSCore::0.2.2
This package contains a .NET Template Package you can call from the shell/command line.
A dotnet new template that creates a project for a binary PowerShell module.
Targets PowerShell Core v6.0.0 or higher.
Getting started
dotnet new -i FiftyProtons.Templates.PSCoremkdir MyModule; cd MyModuledotnet new ps-core-moduledotnet restoredotnet publish -c release -o $PWD/bin/releasepowershellImport-Module ./bin/release/MyModule.dllGet-Greeting -Name 'PowerShell'
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.2.2 | 5,981 | 4/22/2018 |
| 0.2.1 | 2,278 | 12/23/2017 |
| 0.2.0 | 2,044 | 12/23/2017 |
| 0.1.0 | 1,674 | 12/22/2017 |
| 0.1.0-alpha2 | 1,985 | 2/27/2017 |
| 0.1.0-alpha1 | 1,720 | 2/27/2017 |