gotaskr VS goke

Compare gotaskr vs goke and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
gotaskr goke
8 3
17 13
- -
6.9 10.0
about 2 months ago over 1 year ago
Go Go
MIT License GNU General Public License v3.0 only
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.

gotaskr

Posts with mentions or reviews of gotaskr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-10.
  • Generic Task Runner in Go -> gotaskr
    1 project | /r/golang | 20 Aug 2023
    Feel free to head over to GitHub and check the wiki for more details and I would be happy to get feedback or improvement ideas for gotaskr.
  • Build / Makefile templates for Go monorepo?
    2 projects | /r/golang | 10 May 2023
    I created https://github.com/Roemer/gotaskr for that and we are very happy with it for a very complex build system. Give it a try if you want.
  • Is your makefile supposed to be a justfile?
    17 projects | /r/golang | 2 Mar 2023
    May I present my alternative https://github.com/Roemer/gotaskr It is kind of similar to magefile but provides some other features similar to cake build and inbuilt tools useful for devops. And also it is a plain go program so no magic compilation in the background. It replaced basically 100 bash files in our rather complex build/deploy setup. Sometimes a declarative approach is just not enough.
  • Unpopular opinion: CI/CD engines are an awful idea
    6 projects | /r/devops | 4 Feb 2023
    I have used many CI systems on large scale and to be honest, Jenkins is still my favorite. Everything you need is provided and works. You have 100% control over the workflow. With code. All those declarative yaml based ones need sooooo much workarounds to get more complex workflows to run and often you are just stuck with a less optimal solution. Beside the build workflow, we do not write any build logic in the ci engine but use external code runners instead. For .Net I used Cake or Nuke build for example but now my absolute preference for build logic is go. There we use a task runner like gotaskr. This helps having the build logic centralized and usually you can also run different build tasks locally to debug and test them. Also with go, you don‘t need any runtime to run the logic. Just build the task runner once and then you can copy the binary anywhere (eg for parallel build tasks) and just run it. This is optimal to integrate it in Docker base builds so you don‘t need to change the base image at all.
  • Task runner like go-task/task, but in pure Go, no external DSLs
    5 projects | /r/golang | 2 Feb 2023
    May I present my solution: https://github.com/Roemer/gotaskr Heavily inspired by cake build. It has no compile magic anywhere. Just write your go file and run the tasks in it. Or build it and re-use it in a ci for example.
  • Utility library, most gopher way for namespaces/packages
    3 projects | /r/golang | 27 Oct 2022
    The current refactoring is in: https://github.com/Roemer/gotaskr/tree/feature/toolsrefactoring
  • Any open source projects need help ?
    19 projects | /r/golang | 7 Oct 2022
    I'm a go youngling that tried to create a task runner (inspired by cake build for .net) in go as an alternative to magefile. What I would like is to get some feedback about how it is implemented and if there are go-principles that are violated and where the code should be improved. So if you want to do some reviewing, feel free to have a look at https://github.com/Roemer/gotaskr

goke

Posts with mentions or reviews of goke. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-07.

What are some alternatives?

When comparing gotaskr and goke you can also consider the following projects:

weaver - Programming framework for writing and deploying cloud applications.

coral - Coral, a friendly Cobra fork with nearly all its features, but only 4 dependencies

go-gitlab - GitLab Go SDK

Task - A task runner / simpler Make alternative written in Go

kertish-dfs - Kertish-dfs is a simple distributed storage platform, implements file storage on a single distributed computer cluster, and provides interfaces for file/folder handling. Kertish-dfs aims primarily for completely distributed operation without a single point of failure, scalable to the exabyte level.

taskctl - Concurrent task runner, developer's routine tasks automation toolkit. Simple modern alternative to GNU Make 🧰

devtron - Tool integration platform for Kubernetes

fabric - Geo-scale overlay network and core network programming model

ziti - The parent project for OpenZiti. Here you will find the executables for a fully zero trust, application embedded, programmable network @OpenZiti

sqlpipe - SQLpipe makes it easy to move the result of one query from one database to another.

mkdkr - mkdkr = Makefile + Docker

bubbletea - A powerful little TUI framework 🏗