H-Core / H.Runners

HomeCenter runners repository.
MIT License
2 stars 0 forks source link

H.Runners

Language License Requirements Build Status

All of these runners are meant to be used in the core application. They can be called by any event, for example, by a global key combination or a voice command.

Nuget

Any runner can be used as a separate NuGet package (they are already released and available under the same name).
Example:

using H.Runners;

using var runner = new ScreenshotRunner();
using var image = await runner.ScreenshotAsync();

NuGet NuGet NuGet
NuGet
NuGet
NuGet
NuGet
NuGet
NuGet
NuGet
NuGet
NuGet

Contacts