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
This commit is contained in:
Phani Rithvij 2022-01-01 11:56:59 +05:30 committed by GitHub
parent 8a7d55b088
commit 52440e8b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. * [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. * [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. * [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. * [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. * [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. * [Task](https://github.com/go-task/task) - simple "Make" alternative.