Sign in Sign up
rubygems

fat_config

This library provides a reader for configuration files, looking for them in places designated by (1) a user-set environment variable, (2) in the standard XDG locations (e.g., /etc/xdg/app.yml), or (3) in the classical UNIX locations (e.g. /etc/app/config.yml or ~/.apprc). Config files can be written in one of YAML, TOML, INI-style, or JSON. It enforces precedence of user-configs over system-level configs, and enviroment or command-line configs over the file-based configs.

Activity

Latest release
7mo ago
Total releases
6
Cadence
~4 days
Last 12 months
4

Details

License
MIT
First release
Dec 31, 2024
Releases
Version Released
0.8.0 minor
0.7.1 patch
0.7.0 minor
0.6.1 minor
0.4.2 patch
0.4.1 initial