https://github.com/jenbroek/templa
A Go templating utility
https://github.com/jenbroek/templa
suckless
Last synced: 2 months ago
JSON representation
A Go templating utility
- Host: GitHub
- URL: https://github.com/jenbroek/templa
- Owner: jenbroek
- License: bsd-3-clause
- Created: 2019-12-18T12:15:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T07:45:12.000Z (about 1 year ago)
- Last Synced: 2024-06-21T04:56:02.222Z (11 months ago)
- Topics: suckless
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
templa - Go templating utility
==============================
templa reads from standard input, executing it as a Go template
using values from the specified value files (if any).Value files
-----------
Currently only YAML is supported.Installation
------------
Edit config.mk to match your local setup (templa is installed into
the /usr/local namespace by default).Afterwards enter the following command to build and install templa (if
necessary as root):make clean install
Running templa
--------------
Simply invoke 'templa', optionally redirecting input/output.
See the man page for details.