Skip to content
/ Kit Public

Small engine for various projects. Has advanced diagnostics and the most useful features.

License

Notifications You must be signed in to change notification settings

chubrik/Kit

Repository files navigation

Kit project Kit

NuGet package MIT license

Small engine for various projects. Has advanced diagnostics and the most useful features.

Usage

using Chubrik.Kit;

void Main(string[] args) {
  Kit.Setup(...); // optional
  Kit.Execute(MyApp);
}
async Task MyApp(CancellationToken ct) {
  // sync or async method
}

License

The Kit is licensed under the MIT license.

About

Small engine for various projects. Has advanced diagnostics and the most useful features.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages