From be5dec6b374ae8548aa44a678b7c61c9ad44c956 Mon Sep 17 00:00:00 2001 From: Sherif Abdel-Naby Date: Wed, 15 Apr 2020 22:00:27 +0200 Subject: [PATCH] Add sherifabdlnaby/configuro (#3043) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4831d295..92e7a070 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [config](https://github.com/olebedev/config) - JSON or YAML configuration wrapper with environment variables and flags parsing. * [configuration](https://github.com/BoRuDar/configuration) - Library for initializing configuration structs from env variables, files, flags and 'default' tag. * [configure](https://github.com/paked/configure) - Provides configuration through multiple sources, including JSON, flags and environment variables. +* [configuro](https://github.com/sherifabdlnaby/configuro) - opinionated configuration loading & validation framework from ENV and Files focused towards 12-Factor compliant applications. * [confita](https://github.com/heetch/confita) - Load configuration in cascade from multiple backends into a struct. * [conflate](https://github.com/the4thamigo-uk/conflate) - Library/tool to merge multiple JSON/YAML/TOML files from arbitrary URLs, validation against a JSON schema, and application of default values defined in the schema. * [env](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults).