An open API service indexing awesome lists of open source software.

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

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)