Can you help me make my makefile for go projects better or suggest an alternative?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Task

    A task runner / simpler Make alternative written in Go

    Taskfile is one alternative for Makefile. I find it easier to keep organized than Makefile, specially when it starts to get big.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. templ

    A language for writing HTML user interfaces in Go.

    Here's an example YAML config from my project: https://github.com/a-h/templ/blob/main/.goreleaser.yaml

  4. goreleaser

    Release engineering, simplified

    The project is at https://github.com/goreleaser/goreleaser - It can create homebrew taps and all that sort of stuff to make distribution easier.

  5. xc

    Markdown defined task runner.

    For task management, I like to use xc instead of a Makefile. https://github.com/joerdav/xc

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • My experience of selfhosted Gitlab

    3 projects | /r/selfhosted | 25 Nov 2022
  • Golang's "go install" - what about other developers? Automation of dependency download

    1 project | /r/golang | 7 May 2022
  • mitranim/gow: watch mode for Go commands

    1 project | /r/golang | 18 Apr 2021
  • Building a Google Drive Downloader in Golang (Part 1)

    2 projects | dev.to | 29 Sep 2024
  • Creating a Bot for Bluesky Social

    5 projects | dev.to | 13 Sep 2024

Did you know that Go is
the 4th most popular programming language
based on number of references?