Skip to content

🍰 🧩 PoC of a meta-package to provide a default set of APIs for building an Cake extensions such as add-ins and modules

License

Notifications You must be signed in to change notification settings

augustoproiete-sandbox/cake-extensions

Repository files navigation

README.md

Cake.Extensions

(Proof-of-concept) Provides a default set of APIs for building Cake extensions such as add-ins and modules.

NuGet Version Stack Overflow

Getting started 🚀

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFrameworks>net5.0;netstandard2.0;net461</TargetFrameworks>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Cake.Extensions.PoC" Version="0.0.2-preview" PrivateAssets="All" />
  </ItemGroup>

</Project>

See the Cake.Addins.Sample source code for a full example.


Copyright © 2020 C. Augusto Proiete & Contributors - Provided under the MIT License.