From 118c2eaa0126374beea4ab77cd1092c0bc3ba939 Mon Sep 17 00:00:00 2001 From: Luca Sepe Date: Tue, 27 Jul 2021 08:53:45 +0200 Subject: [PATCH] add tbd - a really simple way to create text templates (with builtin Git repo metadata exposed) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bab39e51..de459af8 100644 --- a/README.md +++ b/README.md @@ -1760,6 +1760,7 @@ _**Unofficial** set of patterns for structuring projects._ * [Razor](https://github.com/sipin/gorazor) - Razor view engine for Golang. * [Soy](https://github.com/robfig/soy) - Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/). * [sprig](https://github.com/Masterminds/sprig) - Useful template functions for Go templates. +* [tbd](https://github.com/lucasepe/tbd) - A really simple way to create text templates with placeholders - exposes extra builtin Git repo metadata * [velvet](https://github.com/gobuffalo/velvet) - Complete handlebars implementation in Go. ## Testing