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
- Host: GitHub
- URL: https://github.com/rjansen/migi
- Owner: rjansen
- License: mit
- Created: 2016-10-22T22:48:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T23:44:30.000Z (over 6 years ago)
- Last Synced: 2025-08-14T10:45:56.482Z (11 months ago)
- Topics: configuration, environment-variables, golang, json
- Language: Go
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# migi [](https://travis-ci.org/rjansen/migi) [](https://codecov.io/gh/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 ...