Skip to content
/ klaus Public

Watches a Go source directory for changes. Compiles and runs the binary upon changes.

Notifications You must be signed in to change notification settings

kabukky/klaus

Repository files navigation

Klaus

Build Status

To ignore several subdirs add them to a .klausignore-file

This service is intended as go file-watcher.

Just use the "klaus" serivce as Docker base image and put your go-Files into "/go/src/myproject". Klaus will watch for changes in the current workdir and do a go build.

Example use:

FROM kaih/klaus

WORKDIR /go/src/myproject

COPY ./src/myproject ./

This should NOT used in a production environment!

About

Watches a Go source directory for changes. Compiles and runs the binary upon changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published