From 52440e8b38825b60ad82a12ffa4d19523b7657fd Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Sat, 1 Jan 2022 11:56:59 +0530 Subject: [PATCH] feat: add mage to build automation category (#3975) Related - https://github.com/avelino/awesome-go/pull/3401 - https://github.com/avelino/awesome-go/pull/3891 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3dd0cd46..e3201c14 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gaper](https://github.com/maxcnunes/gaper) - Builds and restarts a Go project when it crashes or some watched file changes. * [gilbert](https://go-gilbert.github.io) - Build system and task runner for Go projects. * [goyek](https://github.com/goyek/goyek) - Create build pipelines in Go. +* [mage](https://github.com/magefile/mage) - Mage is a make/rake-like build tool using Go. * [mmake](https://github.com/tj/mmake) - Modern Make. * [realize](https://github.com/tockins/realize) - Go build system with file watchers and live reload. Run, build and watch file changes with custom paths. * [Task](https://github.com/go-task/task) - simple "Make" alternative.