https://github.com/replicatedhq/libyaml
https://github.com/replicatedhq/libyaml
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/replicatedhq/libyaml
- Owner: replicatedhq
- Created: 2015-08-19T20:23:25.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T19:48:32.000Z (about 3 years ago)
- Last Synced: 2025-04-06T05:34:37.428Z (about 1 year ago)
- Language: Go
- Size: 327 KB
- Stars: 11
- Watchers: 9
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Support: support.go
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
```