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

https://github.com/rjansen/migi

A helper library to configure software runtime
https://github.com/rjansen/migi

configuration environment-variables golang json

Last synced: 5 months ago
JSON representation

A helper library to configure software runtime

Awesome Lists containing this project

README

          

# migi [![Build Status](https://travis-ci.org/rjansen/migi.svg?branch=master)](https://travis-ci.org/rjansen/migi) [![Coverage Status](https://codecov.io/gh/rjansen/migi/branch/master/graph/badge.svg)](https://codecov.io/gh/rjansen/migi) [![Go Report Card](https://goreportcard.com/badge/github.com/rjansen/migi)](https://goreportcard.com/report/github.com/rjansen/migi)

A helper library to configure software runtime

# dependencies
## tools (you must provide the installation)
- [Docker](https://www.docker.com/)

# tests and coverage
- run unit tests: `make docker.test`
- run html coverage: `make docker.coverage.html`

# migi usage
Find some samples in the test [file](configure_test.go) a better usage section will be avaiable soon ...