Aedi property reader, a library for reading configuration properties from multiple sources

Alexandru Ermicioi via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Aug 20 08:57:42 PDT 2017


Good day!

Announcing first release of aedi property reader.

Aedi property reader is a config reader, with ability to read 
from xml, json, environment, and command line.

It allows to define a set of default parameters, and extend or 
override them from environment, command line or any other 
configuration file.

Usecases:
- Just for simple config property reading.
- Organizing the config files into a hierarchical structure, with 
ability to override properties from environment or command line.
- Fallback to default config file.

The library can be used as standalone, or together with aedi 
framework.

code.dlang.org: 
http://code.dlang.org/packages/aedi-property-reader
Api documentation: 
https://aermicioi.github.io/aedi-property-reader/
Usage tutorial: 
https://github.com/aermicioi/aedi-property-reader/wiki

Aedi framework: https://github.com/aermicioi/aedi

Cheers!


More information about the Digitalmars-d-announce mailing list