gotpl
gotpl copied to clipboard
CLI tool for Golang templates
I wanted to ask whether it would be possible to create a GitHub release for this project with some precompiled binaries (at least for Linux i386/x64)? This would make it...
Hi, This excellent tool appears to be broken in recent Go editions. I am unable to install the gotpl CLI tool due to how the YAML package dependency resolves. `go...
In case below. yamls/ |- foo `- bar ``` # foo this is {{.foo}}. # bar this is {{.bar}}. # setting.yml foo: FOO bar: BAR ``` ``` $ gotpl yamls/*...
* By including http://masterminds.github.io/sprig/ you get a lot of enhanced templating functions like b64enc, sha256sum, default and access to environment variables * Introduce dependency management via `dep`.
We use JSON configuration files inside all of our containers, but I really wanted to use gotpl for mapping these configurations into templates. So I added the functionality. Let me...
This enables users to supply values more easily, with `-e "some_key: value"` YAML snippets. This removes the need for tricky workarounds such as: * `echo -e "some_key: value\nanother_key:value" | gotpl...
Add github.com/stretchr/testify as a git submodule, so that `go test` works better out of the box for users that don't already have testify.
- Your installation guidelines doen't work. Please try by yourselft then consider to merge my guidelines. - I added how to use multiple value files.