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.
- Host: GitHub
- URL: https://github.com/alfenfebral/amon
- Owner: alfenfebral
- Created: 2019-01-26T10:00:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T05:07:30.000Z (over 3 years ago)
- Last Synced: 2025-01-18T16:56:50.228Z (over 1 year ago)
- Topics: amon, golang, watch
- Language: Go
- Homepage:
- Size: 8.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```