https://github.com/urethramancer/devil
Development iteration loop - restart a server on rebuild.
https://github.com/urethramancer/devil
cli developer-tools
Last synced: about 1 year ago
JSON representation
Development iteration loop - restart a server on rebuild.
- Host: GitHub
- URL: https://github.com/urethramancer/devil
- Owner: Urethramancer
- License: mit
- Created: 2020-03-03T01:32:36.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T22:56:55.000Z (over 3 years ago)
- Last Synced: 2025-02-07T04:13:40.278Z (over 1 year ago)
- Topics: cli, developer-tools
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devil
Apprunner which restarts a process when it's recompiled.
## Requirements
- Reasonably recent Go installation
## Download
`go get -u github.com/Urethramancer/devil`
## Usage
Run a server named 'app' with args 'serve' and keep watching it:
`devil app serve`