Skip to content

A lightweight bootstrapper framework for console applications based on >= .NET 6.

License

Notifications You must be signed in to change notification settings

codebeltnet/bootstrapper

Repository files navigation

Bootstrapper Framework for Console Apps (>= .NET 6)

Codebelt.Bootstrapper

The core types of this lightweight boostrapper framework optimized for console apps, providing a uniform and consistent implementation of:

-project types.

Common for all project types is that they have both Program.cs paired with Startup.cs. Also, all are implemented using IHostedService; this means that for a traditional console you have option for graceful shutdown should you require this (cronjob scenarios or similar).

Codebelt.Bootstrapper.Console

An implementation optimized for console applications.

Codebelt.Bootstrapper.Web

An implementation optimized for web, webapi, webapp, razor, mvc applications.

Codebelt.Bootstrapper.Worker

An implementation optimized for worker services.


Code with passion; love your code; deliver with confidence 👨‍💻️🔥❤️🚀😎

About

A lightweight bootstrapper framework for console applications based on >= .NET 6.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published