poodinis/example/README.md

11 lines
307 B
Markdown
Raw Normal View History

2021-04-28 23:04:45 +02:00
To run any of these examples, specify the relevant DUB configuration:
2016-12-12 22:49:29 +01:00
```
2021-04-28 23:04:45 +02:00
dub run --build=release --config=<name>Example
2016-12-12 22:49:29 +01:00
```
Where \<name\> corresponds to the name of the folder where the code example is in (camel-cased).
2021-04-28 23:04:45 +02:00
e.g:
```
dub run --build=release --config=constructorInjectionExample
```