Skip to content

neticdk/go-jsonnetic

Repository files navigation

jsonnetic logo

Jsonnetic - a Jsonnet implementation


Jsonnetic

CLI Tool based on jsonnet, but with a few extra native functions.

Features

The features added can be seen in the docs. or as code in the funcs.go file.

Build Jsonnetic

git clone [email protected]:neticdk/go-jsonnetic.git
make build

Clean slate builds:

go clean --modcache
go get -u
go build