Skip to content

Bet.Extensions.Templating repo for most common projects templates for DotNetCore

License

Notifications You must be signed in to change notification settings

kdcllc/Bet.Extensions.Templating

Repository files navigation

Bet.Extensions.Templating Projects

GitHub license Build status NuGet Nuget

The second letter in the Hebrew alphabet is the ב bet/beit. Its meaning is "house". In the ancient pictographic Hebrew it was a symbol resembling a tent on a landscape.

Bet.Extensions.Templating Projects provides with DotNetCore Dependency Injection for Console Applications and include:

  • One Logging provider for startup and runnable application
  • New C# 10.0 Program.cs syntax
  • Dependency Injection with Configurations

buymeacoffee

Give a Star! ⭐

If you like or are using this project to learn or start your solution, please give it a star. Thanks!

Install

    dotnet new --install console.di::2.0.1

Developing the package

Installing from nuget package on local machine:

    # build
    dotnet build -c Release -p:Version=2.0.1-preview1
    dotnet pack -c Release -o packages -p:Version=2.0.1-preview1
    dotnet new -i packages\console.di.2.0.1-preview1.nupkg

    # uninstall
    dotnet new -u console.di

Resources for building DotNetCore Templating projects

About

Bet.Extensions.Templating repo for most common projects templates for DotNetCore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published