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

https://github.com/getsentry/test-jsonnet


https://github.com/getsentry/test-jsonnet

tag-non-production

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# test-jsonnet

Jsonnet libraries used to help test

## Install
You'll need jsonnet-bundler to install these libraries:

```sh
jb install https://github.com/getsentry/test-jsonnet.git/libs@v1.0.0
```

## Development
Run formatting, lint, and tests using make:

```sh
make
```