From a74bdaefad0a622a9168e3ea91c9e6042a43ef1b Mon Sep 17 00:00:00 2001 From: Luca Sepe Date: Fri, 3 Jul 2020 12:38:09 +0200 Subject: [PATCH] Add CLI tool to Generate High Level microservices Architecture diagrams using simple YAML syntax (#3136) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20128217..51f5b833 100644 --- a/README.md +++ b/README.md @@ -919,6 +919,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [cameron](https://github.com/aofei/cameron) - An avatar generator for Go. * [canvas](https://github.com/tdewolff/canvas) - Vector graphics to PDF, SVG or rasterized image. * [darkroom](https://github.com/gojek/darkroom) - An image proxy with changeable storage backends and image processing engines with focus on speed and resiliency. +* [draft](https://github.com/lucasepe/draft) - Generate High Level Microservice Architecture diagrams for GraphViz using simple YAML syntax. * [geopattern](https://github.com/pravj/geopattern) - Create beautiful generative image patterns from a string. * [gg](https://github.com/fogleman/gg) - 2D rendering in pure Go. * [gift](https://github.com/disintegration/gift) - Package of image processing filters.