An open API service indexing awesome lists of open source software.

https://github.com/neticdk/go-jsonnetic


https://github.com/neticdk/go-jsonnetic

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          


jsonnetic logo

Jsonnetic - a Jsonnet implementation

---
# Jsonnetic

CLI Tool based on [jsonnet](https://jsonnet.org), but with a few extra native functions.

## Features
The features added can be seen in the [docs](docs/jsonnetic.md). or as code in the [funcs.go](pkg/jsonnetic/native/funcs.go) file.

# Build Jsonnetic

```sh
git clone git@github.com:neticdk/go-jsonnetic.git
```

```sh
make build
```

Clean slate builds:

```sh
go clean --modcache
go get -u
go build
```