briansan / gotmpl

Minimal implementation of text rendering using Go templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gotmpl

Minimal implementation of text rendering using Go templates

Usage

echo "tag: 1.17.7" > args.yaml
docker run -v $(pwd):/var briansan/gomtpl

By default, gotmpl renders text off the template found at /var/manifest.gotmpl using the YAML defintion in /var/args.yaml.

About

Minimal implementation of text rendering using Go templates


Languages

Language:Go 68.0%Language:Dockerfile 32.0%