cake

Cross-platform build automation system with a C# DSL

brewmacoslinux
Try with needOr install directly
Source

About

Cross platform build automation system with a C# DSL

Commands

cake

Examples

Run the default build script (Cake.csx)$ cake
Run a specific cake build script with target$ cake build.cake --target=Build
List all available targets in a cake script$ cake build.cake --showdescription