poodinis/example
2024-02-17 15:08:59 +03:00
..
annotations Update copyrights 2024-02-17 15:08:59 +03:00
applicationcontext Update copyrights 2024-02-17 15:08:59 +03:00
arraycompletion Update copyrights 2024-02-17 15:08:59 +03:00
constructorinjection Update copyrights 2024-02-17 15:08:59 +03:00
injectioninitializer Update copyrights 2024-02-17 15:08:59 +03:00
postconpredest Update copyrights 2024-02-17 15:08:59 +03:00
qualifiers Update copyrights 2024-02-17 15:08:59 +03:00
quickstart Update copyrights 2024-02-17 15:08:59 +03:00
registeronresolve Update copyrights 2024-02-17 15:08:59 +03:00
valueinjection Update copyrights 2024-02-17 15:08:59 +03:00
README.md Autoformat a few files 2023-03-07 02:43:03 +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