realize config sample

This commit is contained in:
alessio 2017-04-01 20:28:02 +02:00
parent 446ca07927
commit 1e28dd6cca

View File

@ -173,6 +173,49 @@ $ realize list
file_err: false
```
- This is the configuration used for develop realize
```
settings:
resources:
outputs: outputs.log
logs: logs.log
errors: errors.log
server:
status: false
open: false
host: localhost
port: 5001
projects:
- name: realize
path: /Users/alessio/go/src/github.com/tockins/realize
fmt: true
generate: false
test: false
bin: true
build: false
run: false
watcher:
preview: false
paths:
- /
ignore_paths:
- server/assets
exts:
- .go
scripts:
- type: before
command: go-bindata -pkg="server" assets/...
path: server
- type: after
command: go-bindata -pkg="server" assets/...
path: server
streams:
cli_out: true
file_out: false
file_log: false
file_err: false
```
###### Support us and suggest an improvement