Boilerplated .NET Core console application that includes dependency injection, logging and configuration.
The project.json file has been migrated to .csproj and will require the latest .NET tooling. Of which is available in Visual Sudio 2017 & up.
Nuget package is hosted at Pioneer.Console.Boilerplate and can be installed by running the following...
dotnet new -i Pioneer.Console.Boilerplate::*
https://github.com/PioneerCode/pioneer-console-boilerplate.git
Once the template is installed and available in dotnet new
, you can run the following to scaffold your new project using this template.
dotnet new pioneer-console -n "MyName"
For additional information about config switches for the template, run the following...
dotnet new pioneer-console -h
Config Parameter | Description |
---|---|
--title | Replaces title in console window header. |
This came to life after I wrote the following blog posts.