Task runner like go-task/task, but in pure Go, no external DSLs

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Task

    A task runner / simpler Make alternative written in Go

    The closest I found to what I've got in mind is https://github.com/go-task/task, but this requires that tasks are defined in an external YML file, while I would like to use purely Go.

  • goyek

    Task automation Go library

    how about https://github.com/goyek/goyek

  • 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.

  • Wails

    Create beautiful applications using Go

    Is that what wails is doing here? (On mobile)

  • sage

    🌿 A Make-like build tool for Go projects (by einride)

  • gotaskr

    A generic task runner for Go

    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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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