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 reddit.com/r/golang

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarQube - Static code analysis for 29 languages.
  • 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

    Build automation in Go

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

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

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

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

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