Invoke-Build VS FAKE

Compare Invoke-Build vs FAKE and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Invoke-Build FAKE
4 4
613 1,277
- 0.5%
7.0 5.8
19 days ago 3 months ago
PowerShell F#
Apache License 2.0 GNU General Public License v3.0 or later
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.

Invoke-Build

Posts with mentions or reviews of Invoke-Build. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-28.
  • Ask HN: Do You Prefer Powershell?
    1 project | news.ycombinator.com | 19 Jan 2023
    I use pwsh on all platforms. All automation is done with it, and in many cases web app functionality depends on it running in background all the time (for large public services).

    Even our GitLab runner uses pwsh.

    To organizse build/scripts we use Invoke-Build, a cross-platform task runner: https://github.com/nightroman/Invoke-Build

  • Github pipelines/actions for .net build/deployment workflow?
    2 projects | /r/github | 28 Nov 2022
    Invoke-Build
  • Achieving single command Infrastructure deployment using PowerShell DSC.
    10 projects | dev.to | 8 Apr 2022
    So I need to take a step back and Start-DscConfiguration won't be my entry point to deployment. I need a .ps1 script that installs modules. Or, bear with me, I'll be using a PowerShell build tool: Invoke-Build.
  • Module workflow in VS Code?
    4 projects | /r/PowerShell | 15 Apr 2021
    I discovered the Invoke-Build build system, PSScriptAnalyzer for linting, and Pester for testing/mocking. I wrote a GitLab CI/CD pipeline that takes advantage of all of this to push releases to our company's PSRepo. I also discovered the Plaster template system for scaffolding new projects, and created a custom company template for standardizing our repo structures.

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.

What are some alternatives?

When comparing Invoke-Build and FAKE you can also consider the following projects:

Psake - A build automation tool written in PowerShell

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

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

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

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

CS Make - Sake Build

Albacore - Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.