Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jsonnet-libs/jsonnet-training-course


https://github.com/jsonnet-libs/jsonnet-training-course

course jsonnet training

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Jsonnet Training Course

[HTML version](https://jsonnet-libs.github.io/jsonnet-training-course/)

[Markdown version](_gen/index.md)

## Building

Build requirements:

- jsonnet
- md2html (from [md4c](https://github.com/mity/md4c))
- bash

To build both the markdown as well as the html version:

```
make -B
```

[docker/](docker/) has an image to do this in docker.