Add mani to the Utilities category (#3637)

* Add mani

* Update

* Remove newline
This commit is contained in:
Samir Alajmovic 2021-06-19 20:56:49 +02:00 committed by GitHub
parent 0d6845d2cf
commit 82d45cb806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2082,6 +2082,7 @@ _**Unofficial** set of patterns for structuring projects._
* [lets-go](https://github.com/aplescia-chwy/lets-go) - Go module that provides common utilities for Cloud Native REST API development. Also contains AWS Specific utilities.
* [limiters](https://github.com/mennanov/limiters) - Rate limiters for distributed applications in Golang with configurable back-ends and distributed locks.
* [lrserver](https://github.com/jaschaephraim/lrserver) - LiveReload server for Go.
* [mani](https://github.com/alajmo/mani) - CLI tool to help you manage multiple repositories.
* [mc](https://github.com/minio/mc) - Minio Client provides minimal tools to work with Amazon S3 compatible cloud storage and filesystems.
* [mergo](https://github.com/imdario/mergo) - Helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements.
* [mimemagic](https://github.com/zRedShift/mimemagic) - Pure Go ultra performant MIME sniffing library/utility.