From e83302b7fe3dae49ef39bbed07ca359091743b16 Mon Sep 17 00:00:00 2001 From: David Sharnoff Date: Thu, 21 Apr 2022 04:43:09 -0700 Subject: [PATCH] add nfigure (#4152) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50223180..5da55c85 100644 --- a/README.md +++ b/README.md @@ -476,6 +476,7 @@ _Libraries for configuration parsing._ - [kong](https://github.com/alecthomas/kong) - Command-line parser with support for arbitrarily complex command-line structures and additional sources of configuration such as YAML, JSON, TOML, etc (succesor to `kingpin`). - [mini](https://github.com/sasbury/mini) - Golang package for parsing ini-style configuration files. - [nasermirzaei89/env](https://github.com/nasermirzaei89/env) - Simple useful package for read environment variables. +- [nfigure](https://github.com/muir/nfigure) - Per-library struct-tag based configuration from command lines (Posix & Go-style); environment, JSON, YAML - [onion](https://github.com/goraz/onion) - Layer based configuration for Go, Supports JSON, TOML, YAML, properties, etcd, env, and encryption using PGP. - [piper](https://github.com/Yiling-J/piper) - Viper wrapper with config inheritance and key generation. - [store](https://github.com/tucnak/store) - Lightweight configuration manager for Go.