code tag for config example
This commit is contained in:
parent
478b3f9a77
commit
1f07260287
|
@ -62,6 +62,7 @@ A Golang build system with file watchers and live reload. Run, build and watch f
|
||||||
|
|
||||||
- For more examples check [Realize Examples](https://github.com/tockins/realize-examples)
|
- For more examples check [Realize Examples](https://github.com/tockins/realize-examples)
|
||||||
|
|
||||||
|
```
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
projects:
|
projects:
|
||||||
- app_name: App One -> name
|
- app_name: App One -> name
|
||||||
|
@ -93,6 +94,7 @@ A Golang build system with file watchers and live reload. Run, build and watch f
|
||||||
- bin
|
- bin
|
||||||
exts:
|
exts:
|
||||||
- .go
|
- .go
|
||||||
|
```
|
||||||
|
|
||||||
#### To do
|
#### To do
|
||||||
- [x] Cli start, remove, add, list, run
|
- [x] Cli start, remove, add, list, run
|
||||||
|
|
Loading…
Reference in New Issue