Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 509 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 509 Bytes

Go Template

This repository contains a Go application that can be used for rendering Go templates.

Usage

go-template <-t templateFilePath> [-f valuesFilePath] [-s variableOverride] [-o outputFolder]

Release

Manual Release

To generate binaries, run:

goreleaser release --clean --skip publish

Automated Release

.goreleaser.yml can be integrated with tools like Github Actions to automate build and release process.

License

Apache License