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

https://github.com/alfenfebral/amon

File watcher to build or doing specific commands in golang.
https://github.com/alfenfebral/amon

amon golang watch

Last synced: 26 days ago
JSON representation

File watcher to build or doing specific commands in golang.

Awesome Lists containing this project

README

          

# Amon
amon is a tool that helps develop go based applications by automatically restarting or build the go application when file changes in the directory are detected.
## Usage
```bash
amon -c "go build"
```
or
```bash
amon -c "go run main.go"
```