Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 934 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 934 Bytes

Cake.Bridge

Assembly which makes it easier for other environments and languages to interop with Cake.

It will give you static Methods and Properties which lets you use Cake Core/Common and addins from any .NET project/language.

You can read more about it in this blog post: Dispelling the magic! - The layers and pieces of Cake.

Usage

There's a couple examples on how to utilize Cake.Bridge