From 82d45cb8066be60c1a8a375695cbf201f1a502d8 Mon Sep 17 00:00:00 2001 From: Samir Alajmovic <5246600+alajmo@users.noreply.github.com> Date: Sat, 19 Jun 2021 20:56:49 +0200 Subject: [PATCH] Add mani to the Utilities category (#3637) * Add mani * Update * Remove newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 615700f4..d6bc77d7 100644 --- a/README.md +++ b/README.md @@ -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.