An open API service indexing awesome lists of open source software.

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.

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`