poodinis/example/README.md

14 lines
313 B
Markdown
Raw Permalink Normal View History

2021-04-28 23:04:45 +02:00
To run any of these examples, specify the relevant DUB configuration:
2023-03-07 00:43:03 +01:00
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
```
2023-03-07 00:43:03 +01:00
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:
2023-03-07 00:43:03 +01:00
2021-04-28 23:04:45 +02:00
```
dub run --build=release --config=constructorInjectionExample
```