poodinis/example
2023-01-11 02:01:51 +03:00
..
annotations Update copyrights 2023-01-11 02:01:51 +03:00
applicationcontext Update copyrights 2023-01-11 02:01:51 +03:00
arraycompletion Update copyrights 2023-01-11 02:01:51 +03:00
constructorinjection Update copyrights 2023-01-11 02:01:51 +03:00
injectioninitializer Update copyrights 2023-01-11 02:01:51 +03:00
postconstructorpredestructor Update copyrights 2023-01-11 02:01:51 +03:00
qualifiers Update copyrights 2023-01-11 02:01:51 +03:00
quickstart Update copyrights 2023-01-11 02:01:51 +03:00
registeronresolve Update copyrights 2023-01-11 02:01:51 +03:00
valueinjection Update copyrights 2023-01-11 02:01:51 +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