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

https://github.com/replicatedhq/libyaml


https://github.com/replicatedhq/libyaml

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

        

# libyaml

## Build docker container

```bash
make docker
```

## Run docker container

```bash
make shell
```

## Install dependencies

```bash
make deps
```

## Run unit tests

```bash
make test
```