https://github.com/lnsp/gomon
Command line tool for hot reloading processes.
https://github.com/lnsp/gomon
filewatcher fsnotify golang hot-reload
Last synced: 8 months ago
JSON representation
Command line tool for hot reloading processes.
- Host: GitHub
- URL: https://github.com/lnsp/gomon
- Owner: lnsp
- License: mit
- Created: 2019-05-12T23:03:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T22:37:44.000Z (almost 7 years ago)
- Last Synced: 2025-02-11T16:41:29.964Z (over 1 year ago)
- Topics: filewatcher, fsnotify, golang, hot-reload
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gomon
gomon is a command-line utility for running processes in the background and restart them when a watched file changes.
## Usage
```
usage: gomon [-p pattern] cmd [args]
```