poodinis/example
2021-05-01 22:16:44 +03:00
..
annotations Autoformat code according to The D Style 2021-05-01 22:16:44 +03:00
applicationcontext Autoformat code according to The D Style 2021-05-01 22:16:44 +03:00
arraycompletion Autoformat code according to The D Style 2021-05-01 22:16:44 +03:00
constructorinjection Autoformat code according to The D Style 2021-05-01 22:16:44 +03:00
injectioninitializer Move injection initializer to registration scope 2021-04-29 01:45:08 +03:00
postconstructorpredestructor Autoformat code according to The D Style 2021-05-01 22:16:44 +03:00
qualifiers Autoformat code according to The D Style 2021-05-01 22:16:44 +03:00
quickstart Autoformat code according to The D Style 2021-05-01 22:16:44 +03:00
registeronresolve Autoformat code according to The D Style 2021-05-01 22:16:44 +03:00
valueinjection Autoformat code according to The D Style 2021-05-01 22:16:44 +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