Skip to content

PioneerCode/pioneer-console-boilerplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

Pioneer .NET Core Console Boilerplate

Boilerplated .NET Core console application that includes dependency injection, logging and configuration.

Requirements

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.

How do I get it

Nuget

Nuget package is hosted at Pioneer.Console.Boilerplate and can be installed by running the following...

dotnet new -i Pioneer.Console.Boilerplate::*

Git

https://github.com/PioneerCode/pioneer-console-boilerplate.git

How do I use it

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

Configuration

Config Parameter Description
--title Replaces title in console window header.

Meta

This came to life after I wrote the following blog posts.

About

Dependency injection, logging and configuration in a .NET Core console application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published