From 90c4ffd3b6ee45c554a8bc6978aa048dc66223fe Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Fri, 15 Oct 2021 18:37:19 +0300 Subject: [PATCH] docs(readme): add badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5d7b9fe..57d10a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Envplate +[![Release](https://img.shields.io/github/v/release/kreuzwerker/envplate)](https://github.com/kreuzwerker/envplate/releases) +[![Build Status](https://github.com/kreuzwerker/envplate/workflows/build/badge.svg)](https://github.com/kreuzwerker/envplate/actions) +[![Documentation](https://godoc.org/github.com/kreuzwerker/envplate?status.svg)](http://godoc.org/github.com/kreuzwerker/envplate) +[![Go Report Card](https://goreportcard.com/badge/github.com/kreuzwerker/envplate)](https://goreportcard.com/report/github.com/kreuzwerker/envplate) + Trivial templating for configuration files using environment keys. References to such keys are declared in arbitrary config files either as: 1. `${key}` or