gotaskr VS golang-standards/project-layout

Compare gotaskr vs golang-standards/project-layout and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
gotaskr golang-standards/project-layout
8 195
17 45,852
- 2.2%
6.9 6.4
about 2 months ago about 2 months ago
Go Makefile
MIT License 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.

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

golang-standards/project-layout

Posts with mentions or reviews of golang-standards/project-layout. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-06.

What are some alternatives?

When comparing gotaskr and golang-standards/project-layout you can also consider the following projects:

weaver - Programming framework for writing and deploying cloud applications.

uber-go-style-guide-kr - Uber's Go Style Guide Official Translation in Korean. Linked to the uber-go/guide as a part of contributions

go-gitlab - GitLab Go SDK

modern-go-application - Modern Go Application example

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.

uber-go-style-guide-th - Uber's Go Style Guide Translation in Thai. Linked to the uber-go/guide as a part of contributions https://github.com/uber-go/guide

devtron - Tool integration platform for Kubernetes

go-restful-api - An idiomatic Go REST API starter kit (boilerplate) following the SOLID principles and Clean Architecture

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

cookiecutter-golang - A Go project template

mkdkr - mkdkr = Makefile + Docker

service - Starter-kit for writing services in Go using Kubernetes.