FAKE VS simple-exec

Compare FAKE vs simple-exec and see what are their differences.

simple-exec

🏃 A .NET library that runs external commands. (by adamralph)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
FAKE simple-exec
4 3
1,275 653
0.5% -
5.8 8.1
2 months ago 5 days ago
F# C#
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

FAKE

Posts with mentions or reviews of FAKE. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-08.
  • Achieving single command Infrastructure deployment using PowerShell DSC.
    10 projects | dev.to | 8 Apr 2022
    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
    6 projects | dev.to | 22 Feb 2022
    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.
  • Scala at Scale at Databricks
    2 projects | /r/scala | 9 Nov 2021
    Check out https://fsprojects.github.io/Paket/ and https://fake.build/ and https://docs.microsoft.com/en-us/dotnet/fsharp/get-started/get-started-vscode for playing with F#.
  • What build tool(s) do people use for their applications?
    4 projects | /r/csharp | 8 Feb 2021
    Cake and Fake are both quite popular in the OSS world.

simple-exec

Posts with mentions or reviews of simple-exec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-24.
  • What is the/your current/popular choice for dotnet c# scripting ?
    7 projects | /r/dotnet | 24 Mar 2022
    I personally use Bullseye and SimpleExec instead of Nuke. I really like sticking to "normal" C#. I used Cake before but never liked it.
  • .NET build tool using Bullseye and SimpleExec
    6 projects | dev.to | 22 Feb 2022
    I personally advocate Bullseye in combination with SimpleExec as a build tool for .NET projects due to its sheer simplicity by providing a bare bones API to define the tasks and their dependent tasks in plain C# code. Both these libraries are build by Adam Ralph. It does not enforce any specific model or structure to write your build tasks. When someone runs through the build script, it is fairly straight forward to understand whats going on. We use this build tool setup for Marten for both local dev and CI build tasks and has worked well so far. Also many OSS projects have adopted it.
  • Are there any reasons for .NET developers learning Powershell ?
    2 projects | /r/dotnet | 28 Jan 2022
    add simple-exec and you’ve unlocked bash scripts as well

What are some alternatives?

When comparing FAKE and simple-exec you can also consider the following projects:

Cake - :cake: Cake (C# Make) is a cross platform build automation system.

ScriptCS - Write C# apps with a text editor, nuget and the power of Roslyn!

NUKE - 🏗 The AKEless Build System for C#/.NET

ClearScript - A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).

MSBuild - The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

dotnet-script - Run C# scripts from the .NET CLI.

Psake - A build automation tool written in PowerShell

UpdatR - Update tool for package reference and dotnet-tools.json

Invoke-Build - Build Automation in PowerShell

Nake - Magic script-based C# task runner for .NET Core

interactive - .NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.