https://github.com/powerman/gotmpl
Command line tool for processing template file using Go text/template syntax
https://github.com/powerman/gotmpl
Last synced: 3 months ago
JSON representation
Command line tool for processing template file using Go text/template syntax
- Host: GitHub
- URL: https://github.com/powerman/gotmpl
- Owner: powerman
- License: mit
- Created: 2017-09-30T15:32:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T19:04:13.000Z (over 4 years ago)
- Last Synced: 2025-09-23T13:50:11.052Z (4 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gotmpl [](http://godoc.org/github.com/powerman/gotmpl) [](https://goreportcard.com/report/github.com/powerman/gotmpl) [](https://circleci.com/gh/powerman/gotmpl) [](https://coveralls.io/github/powerman/gotmpl?branch=master)
Command line tool for processing template file using Go text/template syntax.
## Installation
```sh
go get github.com/powerman/gotmpl
```
Or use static binary:
```sh
curl -s -L -o /usr/local/bin/gotmpl \
https://github.com/powerman/gotmpl/releases/download/v1.1.1/gotmpl-`uname -s`-`uname -m`
chmod +x /usr/local/bin/gotmpl
```
## Usage
```sh
gotmpl config.yaml
```