https://github.com/chubrik/kit
Small engine for various projects. Has advanced diagnostics and the most useful features.
https://github.com/chubrik/kit
diagnostics helpers http kit tools utils
Last synced: 12 months ago
JSON representation
Small engine for various projects. Has advanced diagnostics and the most useful features.
- Host: GitHub
- URL: https://github.com/chubrik/kit
- Owner: chubrik
- License: mit
- Created: 2018-02-11T21:59:24.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T17:23:46.000Z (over 1 year ago)
- Last Synced: 2025-04-13T01:04:59.023Z (12 months ago)
- Topics: diagnostics, helpers, http, kit, tools, utils
- Language: C#
- Homepage:
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [](#) Kit
[](https://www.nuget.org/packages/Chubrik.Kit/)
[](https://github.com/chubrik/Kit/blob/main/LICENSE)
Small engine for various projects. Has advanced diagnostics and the most useful features.
## Usage
```csharp
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](https://github.com/chubrik/Kit/blob/main/LICENSE).