Psake
A build automation tool written in PowerShell (by psake)
NUKE
๐ The AKEless Build System for C#/.NET (by nuke-build)
Psake | NUKE | |
---|---|---|
5 | 30 | |
1,568 | 3,208 | |
0.1% | 2.3% | |
7.3 | 9.2 | |
4 months ago | 24 days ago | |
PowerShell | C# | |
MIT License | MIT License |
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.
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.
Psake
Posts with mentions or reviews of Psake.
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.
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?
- How do you guys make sense of a complex project on GitHub?
-
How do you specify Debug or Release when calling Invoke-psake?
I use the psake PowerShell module to "build" my PowerShell modules. My psakefile.ps1 contains the logic needed to update the manifest with an incremented version, any new function/cmdlet names, and so on. Then it copies everything from .\src\ to .\output\modulename\version. All I do is call Invoke-psake build or Invoke-psake test, and this works great as-is for "pure powershell modules".
-
What build tool(s) do people use for their applications?
I've used psake (powershell+make) https://github.com/psake/psake - the main thing that attracted me to this was that it wasn't an XML based system (Nant/MSbuild), and it handled task prerequisites very nicely. While some devs find powershell a bit of a pain to learn, they generally become useful very quickly, and I think it's useful to be able to do some level of powershelling anyway.
-
pake: Just another Make but with Powershell
GitHub - psake/psake: A build automation tool written in PowerShell
NUKE
Posts with mentions or reviews of NUKE.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-29.
-
Nuke: Deploy Helm package locally (special guest, GitVersion)
Today, we will continue our journey with Nuke by adding new targets to the solution presented in Nuke: Deploy ASP.NET Web App to Azure. This time, we will deploy our application to a local Kubernetes cluster using Helm.
-
Nuke: Deploy ASP. NET Web App to Azure
In this post, we will explore the benefits of Nuke and its most common features as we deploy a web app to Azure. Our goal is to achieve a flexible, maintainable, automated build process.
-
ModularPipelines - Strong-Typed, Parallel, C# Pipelines - Would appreciate feedback and thoughts
Is it similar to Nuke?
-
Is there a tool that can add to and edit csproj files?
Another thing I could recommend is to use something like Nuke build system to automate more complex tasks that aren't good fit for csproj using C# code (for example - publishing and zipping self-contained release of some service for specific platform using current date and time or commit hash as version number).
- Cake Sprinkles - "Decorations" for C# Make (Cake) Frosting.
-
How to write unit tests with Dapper
testcontainers and https://github.com/dotnet/Docker.DotNet are on my to-do list to try out, but just like with something like https://nuke.build/ i can't see the value other than that the config would be c# instead of some flavour of yaml.
- Avoiding Common Code Smells in C# with SonarQube
-
Launch HN: Moonrepo (YC W23) โ Open-source build system
We started using https://nuke.build/. Early days so canโt comment too much but it seems good so far.
- Nuke: Build System for C#/.NET
- What will you do when the monsters of the world no longer have to hide? Where will you run when the Earth becomes an Island?
What are some alternatives?
When comparing Psake and NUKE you can also consider the following projects:
Cake - :cake: Cake (C# Make) is a cross platform build automation system.
Invoke-Build - Build Automation in PowerShell
MSBuild - The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
FAKE - FAKE - F# Make
FlubuCore - A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
CS Make - Sake Build
Nake - Magic script-based C# task runner for .NET Core