mirror of
https://github.com/mbierlee/poodinis.git
synced 2025-02-23 02:22:41 +01:00
13 lines
313 B
Markdown
13 lines
313 B
Markdown
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
|
|
```
|