Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.9% on proxy.golang.org
Top 7.0% forks on proxy.golang.org

proxy.golang.org : github.com/tmc/tmpl

Command tmpl renders a template with the current env vars as input. # tmpl Command tmpl renders a template with the current env vars as input. tmpl packs a punch in under 200 lines of code: a single static binary supplies the capapbilities of many more cmplicating templating engines. It's especially helpful as an early entrypoint into containers to prepare configuration files. ```sh $ tmpl -h Usage of tmpl: ``` It includes all of the template helpers from sprig(https://godoc.org/github.com/Masterminds/sprig). It effectively exposes Go's text/template(http://golang.org/pkg/text/template) for use in shells. Reference text/template(http://golang.org/pkg/text/template) documentation for template language specification. ### Example 1 Given a file 'a' with contents: Invoking Produces ### Example 2 Given a file 'b' with contents: Invoking Produces

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/tmc/tmpl
Keywords: helm, unix
License: ISC
Latest release: almost 2 years ago
First release: almost 2 years ago
Namespace: github.com/tmc
Stars: 21 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 13 days ago

    Loading...
    Readme
    Loading...