Releases: belitre/gotpl
Releases · belitre/gotpl
gotpl v0.7
gotpl v0.6
Gotpl now support directories as input. It will treat all the files in the directory and subdirectories as templates.
Added new option --output
. When a valid directory is provided gotpl will save the output in that directory, using the same name for the output files as the input files.
gotpl v0.5
Added some function from helm like: toYaml, fromYaml, ...
gotpl v0.4
Added support for multiple templates on a single call.
gotpl v0.3
Updated sprig functions to version 2.16.0: https://github.com/Masterminds/sprig/releases/tag/v2.16.0
gotpl v0.2
- Added makefile, basically a copy of the one the guys from helm use: https://github.com/kubernetes/helm/blob/master/pkg/version/version.go
- Added
gotpl version
command. - Added binaries for mac, linux and windows.
gotpl v0.1
gotpl first release.
For the moment just binary for macos.
- Download the binary
- Change the name of the binary and move it to some place in your path:
mv gotpl-go1.10.1-darwin-amd64 /usr/bin/gotpl
- Enjoy