https://github.com/taigrr/jety
Light-but-Featureful Configuration parser
https://github.com/taigrr/jety
config go golang viper
Last synced: 11 months ago
JSON representation
Light-but-Featureful Configuration parser
- Host: GitHub
- URL: https://github.com/taigrr/jety
- Owner: taigrr
- License: 0bsd
- Created: 2023-10-26T06:45:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T00:22:16.000Z (over 2 years ago)
- Last Synced: 2025-03-06T14:31:10.252Z (over 1 year ago)
- Topics: config, go, golang, viper
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# JETY
JSON, ENV, TOML, YAML
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](http://github.com/gogrlx/grlx), but development may continue to expand until more viper use cases and functionality are covered.