chramb / tmpl

Render Go templates from cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmpl

Render go templates from cli

Usage

vars.json

{ "one": 1 }

text.tpl

You are number {{ .one }}!
$ tmpl -in text.tpl -data vars.json
You are number 1!

About

Render Go templates from cli


Languages

Language:Go 69.9%Language:Shell 21.3%Language:Makefile 8.8%