poodinis/example
2021-04-29 01:45:08 +03:00
..
annotations Update copyrights 2021-01-04 02:04:20 +03:00
applicationcontext Update copyrights 2021-01-04 02:04:20 +03:00
arraycompletion Update copyrights 2021-01-04 02:04:20 +03:00
constructorinjection Merge remote-tracking branch 'origin/master' into develop 2021-01-04 02:11:17 +03:00
postconstructorpredestructor Merge remote-tracking branch 'origin/master' into develop 2021-01-04 02:11:17 +03:00
qualifiers Update copyrights 2021-01-04 02:04:20 +03:00
quickstart Update copyrights 2021-01-04 02:04:20 +03:00
registeronresolve Update copyrights 2021-01-04 02:04:20 +03:00
valueinjection Update copyrights 2021-01-04 02:04:20 +03:00
README.md Clarify example running readme 2021-04-29 01:45:08 +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=constructorInjectionExample