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

  1. dotnet new -i FiftyProtons.Templates.PSCore
  2. mkdir MyModule; cd MyModule
  3. dotnet new ps-core-module
  4. dotnet restore
  5. dotnet publish -c release -o $PWD/bin/release
  6. powershell
  7. Import-Module ./bin/release/MyModule.dll
  8. Get-Greeting -Name 'PowerShell'

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 4,811 4/22/2018
0.2.1 1,239 12/23/2017
0.2.0 1,007 12/23/2017
0.1.0 898 12/22/2017
0.1.0-alpha2 1,444 2/27/2017
0.1.0-alpha1 903 2/27/2017