reloader <command>
Example README blurb (short) Reloader watches files and restarts your process on changes. Configure include/exclude patterns, debounce delays, and graceful shutdown behavior—perfect for speeding up local development loops. reloader by r1n github
reloader go run main.go
: It doesn't bloat your project with unnecessary dependencies; it’s a standalone utility that respects your existing environment. Best Use Cases reloader by r1n github
kubectl apply -f https://raw.githubusercontent.com/r1n/reloader/main/deploy/manifests/reloader.yaml reloader by r1n github