Categorygithub.com/vizee/jetter
modulepackage
0.2.0
Repository: https://github.com/vizee/jetter.git
Documentation: pkg.go.dev

# README

jetter

cli for jet

syntax: https://github.com/CloudyKit/jet/blob/master/docs/syntax.md

Installation

go install github.com/vizee/jetter@latest

Usage

run with files:

cd testdata/templates/hello
jetter --set name=world --set name2=WORLD . hello.jet hello2.jet

run with a directory:

jetter -d testdata/templates -v testdata/example-values.yaml -o testdata/output -e .txt example

# Structs

No description provided by the author