A wrapper for using just the helm templating engine.
Go to file
2023-10-27 14:48:16 +02:00
.gitlab-ci.yml Configure SAST in .gitlab-ci.yml, creating this file if it does not already exist 2023-10-23 11:53:41 +00:00
go.mod create helm template language library 2023-10-23 14:10:15 +02:00
go.sum create helm template language library 2023-10-23 14:10:15 +02:00
htl.go create helm template language library 2023-10-23 14:10:15 +02:00
LICENSE Add LICENSE 2023-10-23 11:54:19 +00:00
README.md improve README and fix doc link 2023-10-27 14:48:16 +02:00

Helm Template Language

GoDoc

A convenience wrapper for using Helm's templating engine as a generic template dialect, outside of a Helm Chart.

Usage

import (
	htl "gitlab.com/CRThaze/helm-tmpl-lang"
)