Add conflate config library/tool (#2002)

This commit is contained in:
the4thamigo-uk 2018-07-17 19:24:17 +01:00 committed by Jessica Temporal
parent d5fe5b4701
commit 7ab2325da6

View File

@ -212,6 +212,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. * [config](https://github.com/olebedev/config) - JSON or YAML configuration wrapper with environment variables and flags parsing.
* [configure](https://github.com/paked/configure) - Provides configuration through multiple sources, including JSON, flags and environment variables. * [configure](https://github.com/paked/configure) - Provides configuration through multiple sources, including JSON, flags and environment variables.
* [confita](https://github.com/heetch/confita) - Load configuration in cascade from multiple backends into a struct. * [confita](https://github.com/heetch/confita) - Load configuration in cascade from multiple backends into a struct.
* [conflate](https://github.com/miracl/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). * [env](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults).
* [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs. * [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs.
* [envconf](https://github.com/ian-kent/envconf) - Configuration from environment. * [envconf](https://github.com/ian-kent/envconf) - Configuration from environment.