Cake.Sprinkles.Module

A module to be used with Cake Frosting. It automatically injects arguments from the CLI, Cake.Config file, or Environment Variables into C# properties through Decorator attributes, and uses those same decorator attributes to enhance documentation and reduce the scope of messaging you need to include for users of your Cake Frosting application.

#module nuget:?package=Cake.Sprinkles.Module&version=2.0.0

dotnet add package Cake.Sprinkles.Module --version 2.0.0

<PackageReference Include="Cake.Sprinkles.Module" Version="2.0.0" />