Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

dillendev/up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Up

Introduction

Small utility to run one or multiple commands continuously and restart them based on file changes. Could be used to automatically restart a Go webserver for example.

Configuration

The up command defaults to up.toml for configuration which has the following format:

[service.myapp]
cmd = "go run ./cmd/myapp"
watch = ["**/*.go"]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages