All Projects → PioneerCode → Pioneer Console Boilerplate

PioneerCode / Pioneer Console Boilerplate

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

Projects that are alternatives of or similar to Pioneer Console Boilerplate

Aspnetcore Practice
ASP.NET Core 專案練習集合,ASP.NET Core Practice Projects
Stars: ✭ 80 (+33.33%)
Mutual labels:  dotnet-core, dotnetcore, configuration
Dotnetcore
.NET 5 Nuget Packages.
Stars: ✭ 146 (+143.33%)
Mutual labels:  logging, dotnet-core, dotnetcore
Senparc.co2net
支持 .NET Framework & .NET Core 的公共基础扩展库
Stars: ✭ 289 (+381.67%)
Mutual labels:  dotnet-core, dependency-injection, configuration
Poco
The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
Stars: ✭ 5,762 (+9503.33%)
Mutual labels:  logging, configuration
Developing Solutions Azure Exam
This repository contains resources for the Exam AZ-203: Developing Solutions for Microsoft Azure. You can find direct links to resources and and practice resources to test yourself ☁️🎓📚
Stars: ✭ 59 (-1.67%)
Mutual labels:  dotnet-core, dotnetcore
Izumi
Productivity-oriented collection of lightweight fancy stuff for Scala toolchain
Stars: ✭ 423 (+605%)
Mutual labels:  logging, dependency-injection
Config
⚙ Config.Net - the easiest configuration framework for .NET developers
Stars: ✭ 349 (+481.67%)
Mutual labels:  dotnet-core, configuration
Ocelot
.NET core API Gateway
Stars: ✭ 6,675 (+11025%)
Mutual labels:  dotnet-core, dotnetcore
Steeltoe
Steeltoe .NET Core Components: CircuitBreaker, Configuration, Connectors, Discovery, Logging, Management, and Security
Stars: ✭ 612 (+920%)
Mutual labels:  dotnet-core, configuration
Smartsql
SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics
Stars: ✭ 775 (+1191.67%)
Mutual labels:  dotnet-core, dotnetcore
Grpc
A proof of concept for a way to implement gRPC services in a code first way using C# and .NET Core.
Stars: ✭ 17 (-71.67%)
Mutual labels:  dotnet-core, dependency-injection
Alexa Skills Dotnet
An Amazon Alexa Skills SDK for .NET
Stars: ✭ 412 (+586.67%)
Mutual labels:  dotnet-core, dotnetcore
Agileconfig
基于.NET Core开发的轻量级分布式配置中心 / .NET Core light configuration server
Stars: ✭ 403 (+571.67%)
Mutual labels:  dotnet-core, configuration
Smartcode
SmartCode = IDataSource -> IBuildTask -> IOutput => Build Everything!!!
Stars: ✭ 464 (+673.33%)
Mutual labels:  dotnet-core, dotnetcore
Awesome Cms Core
Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind and provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Message Queue.
Stars: ✭ 352 (+486.67%)
Mutual labels:  dotnet-core, dotnetcore
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (+1058.33%)
Mutual labels:  dotnet-core, dotnetcore
Sendgrid Csharp
The Official Twilio SendGrid Led, Community Driven C#, .NetStandard, .NetCore API Library
Stars: ✭ 835 (+1291.67%)
Mutual labels:  dotnet-core, dotnetcore
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+1341.67%)
Mutual labels:  dotnet-core, dotnetcore
Z00bfuscator
Z00bfuscator is the simple, open-source, cross-platform obfuscator for .NET Assemblies built on .NET Core
Stars: ✭ 35 (-41.67%)
Mutual labels:  dotnet-core, dotnetcore
Gb28181.solution
Linux/Win/Docker/kubernetes/Chart/Kustomize/GB28181/SIP/RTP/SDP/WebRTC/作为上下级域/平台级联互联
Stars: ✭ 323 (+438.33%)
Mutual labels:  dotnet-core, dotnetcore

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].