mirage-config/examples
2023-01-11 02:06:41 +03:00
..
ini Update copyrights 2023-01-11 02:06:41 +03:00
javaProperties Update copyrights 2023-01-11 02:06:41 +03:00
json Update copyrights 2023-01-11 02:06:41 +03:00
manipulation Update copyrights 2023-01-11 02:06:41 +03:00
quickstart Update copyrights 2023-01-11 02:06:41 +03:00
valueSubstitution Update copyrights 2023-01-11 02:06:41 +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