mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-15 04:44:01 +01:00
Spruce up the readme
This commit is contained in:
parent
c5bdc9d41a
commit
01a555be55
|
@ -6,8 +6,10 @@ Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)
|
|||
|
||||
Toolkit for loading and using application configuration from various formats.
|
||||
|
||||
Current formats supported:
|
||||
|
||||
- JSON
|
||||
Features:
|
||||
- Load from various file formats such as JSON;
|
||||
- Environment variable substitution;
|
||||
- Internal configuration substitution (Value in config replaced by other path in config);
|
||||
- Parse configuration from string or JSONValue instead of from disk.
|
||||
|
||||
This is a work in progress. More will follow. For now see `examples/` to learn how to use it.
|
||||
|
|
Loading…
Reference in a new issue