poodinis/example/README.md
2021-04-29 01:45:08 +03:00

11 lines
307 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
```