https://github.com/keystroke3/pluma
A lightweight configuration loader. Load from config file, environment variables or command line flags
https://github.com/keystroke3/pluma
Last synced: about 1 year ago
JSON representation
A lightweight configuration loader. Load from config file, environment variables or command line flags
- Host: GitHub
- URL: https://github.com/keystroke3/pluma
- Owner: keystroke3
- License: bsd-3-clause
- Created: 2023-09-30T02:17:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T11:11:44.000Z (over 2 years ago)
- Last Synced: 2025-01-25T14:21:27.551Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pluma
Pluma is a lightweight, fast and easy to use configuration loader for golang.
If you simply want to load configurations from a file, the environment or from the flags passed via the CLI.
All configurations are stored neatly in a central place to be accessed from anywhere. I can also be used as a makeshift global state manager.
This is still in early drafts, and things are subject to change. I am developing this along with other things and integrating at the same time. Feature requests and submission are welcome in the issues and pull requests tabs respectively.