Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created March 19, 2019 06:58
Show Gist options
  • Save rms1000watt/2ba8e880cd7acb18e57bd1eb820ffda5 to your computer and use it in GitHub Desktop.
Save rms1000watt/2ba8e880cd7acb18e57bd1eb820ffda5 to your computer and use it in GitHub Desktop.
Realize Yaml for a project with go modules configured
schema:
- name: project-name
path: .
commands:
install:
status: true
method: go build -o ./project-name
run:
status: true
method: ./project-name
watcher:
extensions:
- go
paths:
- ./
ignored_paths:
- .git
- .realize
- vendor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment