https://github.com/liuchong/econf
A simple configure tool use ENV or ENV_FILE
https://github.com/liuchong/econf
config go golang
Last synced: 3 months ago
JSON representation
A simple configure tool use ENV or ENV_FILE
- Host: GitHub
- URL: https://github.com/liuchong/econf
- Owner: liuchong
- License: mit
- Created: 2018-12-10T10:30:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T09:54:17.000Z (almost 3 years ago)
- Last Synced: 2024-12-27T20:15:37.272Z (5 months ago)
- Topics: config, go, golang
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# econf
A simple configure tool use ENV or ENV_FILE## Description
Set `Xxx.yyy` with:
1. export `XXX_YYY=zzz`, or
2. export `XXX_YYY_FILE=path/to/xxx_yyy` and `echo zzz > path/to/xxx_yyy`.## Usage
[examples](./examples)
## License
[MIT](LICENSE)