tmpl
Command line interface to Go's text/template library - CLI utility
Install
- All systems
-
curl cmd.cat/tmpl.sh
- Debian
-
apt-get install tmpl
- Ubuntu
-
apt-get install tmpl
- Kali Linux
-
apt-get install tmpl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install tmpl
- Raspbian
-
apt-get install tmpl
- Dockerfile
- dockerfile.run/tmpl
tmpl
Command line interface to Go's text/template library - CLI utility
This program is a command line interface to Go's text/template library. It can be used by passing in a set of JSON-encoded data and a list of template paths ending in a .tmpl extension. The templates are processed and their results are saved to the filename with the .tmpl extension removed. This package contains the command line interface utility.