https://github.com/replicatedhq/libyaml
https://github.com/replicatedhq/libyaml
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/replicatedhq/libyaml
- Owner: replicatedhq
- Created: 2015-08-19T20:23:25.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T19:48:32.000Z (over 2 years ago)
- Last Synced: 2024-06-18T20:26:34.873Z (about 1 year ago)
- Language: Go
- Size: 327 KB
- Stars: 11
- Watchers: 10
- 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
```