https://github.com/dutchcoders/goguard
Just a simple reload-on-change guard for processes.
https://github.com/dutchcoders/goguard
Last synced: over 1 year ago
JSON representation
Just a simple reload-on-change guard for processes.
- Host: GitHub
- URL: https://github.com/dutchcoders/goguard
- Owner: dutchcoders
- License: mit
- Created: 2015-06-03T14:18:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T18:04:14.000Z (almost 8 years ago)
- Last Synced: 2023-08-03T21:05:35.057Z (almost 3 years ago)
- Language: Go
- Size: 535 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goguard
Just a simple reload-on-change guard for processes.
partially based on [CodeReload](https://github.com/githubnemo/CompileDaemon)
# Features
* kills process and child processes
# Usage
```
go get github.com/dutchcoders/goguard
$GOPATH/bin/goguard go run main.go -port 127.0.0.1:8081
```
## Contributions
Contributions are welcome.
## Creators
**Remco Verhoef**
-
-
## Copyright and license
Code and documentation copyright 2011-2016 Remco Verhoef.
Code released under [the MIT license](LICENSE).