mirror of
https://github.com/taigrr/jety.git
synced 2026-04-01 19:08:58 -07:00
1d2bf65621894a7012eff9afdad79b2c2d12bb3d
JETY
JSON, ENV, YAML, TOML
This is a package for collapsing multiple configuration stores (env+json, env+yaml, env+toml) and writing them back to a centralized config.
It should behave similarly to the AutomaticEnv functionality of viper, but without some of the extra heft of the depedendencies it carries.
The inital purpose of this repo is to support the configuration requirements of grlx, but development may continue to expand until more viper use cases and functionality are covered.
Languages
Go
100%