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)
|
||||
|
||||
```
|
||||
version: "1.0"
|
||||
projects:
|
||||
- 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
|
||||
exts:
|
||||
- .go
|
||||
```
|
||||
|
||||
#### To do
|
||||
- [x] Cli start, remove, add, list, run
|
||||
|
|
Loading…
Reference in New Issue