tmrts / boilr

:zap: boilerplate template manager that generates files or directories from template repositories
Apache License 2.0
1.73k stars 118 forks source link

Feature Request: Consider dropping in the sprig template library #37

Open andrewhowdencom opened 7 years ago

andrewhowdencom commented 7 years ago

Yo. Helm (kubernetes) is using the Spring template library, and it's proved hella useful for generating the Yaml files that Kubernetes requires. Such a thing should be reasonably easy to integrate with a project like this. It would dramatically increase the possible template outputs, and make this tool heaps more useful for more complex files.

See https://godoc.org/github.com/Masterminds/sprig

tmrts commented 7 years ago

@andrewhowdencom thanks for the suggestion, sprig contains a good amount of functions that I wanted to integrate, its very nice