Add JeremyLoy/config (#2456)

This commit is contained in:
Jeremy Loy 2019-04-04 03:51:30 -04:00 committed by Ceriath
parent bd4f2ac700
commit 1487d7f79b

View File

@ -252,6 +252,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for configuration parsing.*
* [config](https://github.com/JeremyLoy/config) - Cloud native application configuration. Bind ENV to structs in only two lines.
* [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.
* [confita](https://github.com/heetch/confita) - Load configuration in cascade from multiple backends into a struct.