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.PSCore
mkdir MyModule; cd MyModule
dotnet new ps-core-module
dotnet restore
dotnet publish -c release -o $PWD/bin/release
powershell
Import-Module ./bin/release/MyModule.dll
Get-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,079 | 4/22/2018 |
0.2.1 | 1,270 | 12/23/2017 |
0.2.0 | 1,045 | 12/23/2017 |
0.1.0 | 937 | 12/22/2017 |
0.1.0-alpha2 | 1,476 | 2/27/2017 |
0.1.0-alpha1 | 929 | 2/27/2017 |