Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Cake Alternatives
Similar projects and alternatives to Cake
-
Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
typescript-action
Create a TypeScript Action with tests, linting, workflow, publishing, and versioning
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Cake discussion
Cake reviews and mentions
-
Essential .NET Libraries Every Developer Should Know
Cake (C# Make) is a cross-platform build automation system with C# DSL.
-
Unpopular opinion: CI/CD engines are an awful idea
This is why 90-99% of our builds are done with Cake. It isolates all of it and you can run the build locally if you want.
-
Cake v2.3.0 released - New Command aliases, New .NET Workload aliases, improved global caching of scripts, bug fixes, and more.
A good starting point of you want to get started with Cake is our website at https://cakebuild.net/
-
Cake : A C23 to C99 transpiler
I don't think it will get too much confusion, but there is a build system called Cake: https://cakebuild.net/
-
Achieving single command Infrastructure deployment using PowerShell DSC.
You may use other tools too: psake, make, cake, fake or any other *ake you are familiar with. I look at them as a tools that make build tasks behind simple commands and help me answer: How did I run that code again?
-
.NET build tool using Bullseye and SimpleExec
NAnt was quite a popular build tool used by projects of all sizes targeting .NET Framework on Windows. I have written many complex build systems using NAnt in the past. But XML based DSL was quite clunky to use and maintain. Besides, it was always a daunting task to explain to a new dev on the team. With .NET Core/.NET becoming a cross-platform framework, CAKE and FAKE gained a lot of adoption providing a C# and F# based DSL for build tasks accordingly.
-
Nuke Build - best build automation system
Cake (C# Make) - simple, easy to set up, and with a lot of extensions scripting with C#.
-
Can Cake be used to build a .NET Core 3.1 console application for Windows, Linux and Mac... on a Windows machine?
I got the example and the answer I needed on this thread: https://github.com/cake-build/cake/discussions/3564
-
Creating reusable build scripts with NUKE components
For those not familiar with it, Cake is a build automation system with a C#-based DSL. It is based on the concept of tasks, which are small units of work, like restoring packages, building, or testing, which can have dependencies on, or trigger, other tasks.
-
A super simple make wrapper for docker/podman that runs all your targets in a container - just a utility I put together to make my life slightly easier, nothing fancy
Just a note: there's already a very active community of the same name for the build utility Cake.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 12 Dec 2024
Stats
cake-build/cake is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Cake is C#.