Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 501 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 501 Bytes

servus

HTTP server with built-in automatic refresh feature on file changes for developers.

usage

servus                # watches current directory (non-recursive)
servus `git ls-files` # watches all files in git repository
PORT=4269 servus      # set custom port number 

install

GOPROXY=direct go install github.com/balazs4/servus

or download pre-built binary.

license

see license

author

balazs4