mirage-config/examples
Mike Bierlee 52f7ad9cd2 Use ini in quickstart
is more sexy?
2022-10-13 21:37:12 +03:00
..
ini Add ini example 2022-10-13 20:09:14 +03:00
javaProperties Add ini example 2022-10-13 20:09:14 +03:00
json Add imperative convenience functions for loading JSON 2022-09-25 19:12:35 +03:00
manipulation Use generic loadconfig in format non-specific examples 2022-10-09 00:05:33 +03:00
quickstart Use ini in quickstart 2022-10-13 21:37:12 +03:00
valueSubstitution Use generic loadconfig in format non-specific examples 2022-10-09 00:05:33 +03:00
README.md Add JSON config example 2022-09-25 19:03:26 +03:00

To run any of these examples, specify the relevant DUB configuration:

dub run --build=release --config=<name>Example

Where <name> corresponds to the name of the folder where the code example is in (camel-cased).

e.g:

dub run --build=release --config=jsonExample