Skip to content

An implementation of an ITypeRegistrar for Spectre.Console using Microsoft.Extensions.DependencyInjection

License

Notifications You must be signed in to change notification settings

nils-org/Spectre.Console.Registrars.Microsoft-DI

Repository files navigation

Spectre.Console.Registrars.Microsoft-DI

standard-readme compliant Contributor Covenant Build Codecov Report NuGet package

An implementation of an ITypeRegistrar for Spectre.Console using Microsoft.Extensions.DependencyInjection

Table of Contents

Install

Install-Package Spectre.Console.Registrars.Microsoft-Di

Usage

var collection = new ServiceCollection();
// setup your end of the ServiceCollection...
var registrar = new ServiceCollectionRegistrar(collection);
var app = new CommandApp(registrar);

Maintainer

Nils Andresen @nils-a

Contributing

Spectre.Console.Registrars.Microsoft-Di follows the Contributor Covenant Code of Conduct.

We accept Pull Requests.

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT License © Nils Andresen

About

An implementation of an ITypeRegistrar for Spectre.Console using Microsoft.Extensions.DependencyInjection

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages