https://github.com/ermos/gomon
😈 nodemon like for Go, rebuild your application when file changes in the directory are detected.
https://github.com/ermos/gomon
Last synced: 8 months ago
JSON representation
😈 nodemon like for Go, rebuild your application when file changes in the directory are detected.
- Host: GitHub
- URL: https://github.com/ermos/gomon
- Owner: ermos
- License: mit
- Created: 2020-11-24T15:09:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-27T00:06:48.000Z (over 5 years ago)
- Last Synced: 2025-02-24T07:16:05.760Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gomon 😈
> nodemon's like for Go, rebuild your application when file changes in the directory are detected.
Gomon's application allows you to rebuild your application
when changing are detected in your directory.
You can also specify custom parameters to watch specific file type change.
## Installation
```bash
go get github.com/ermos/gomon
```
## Usage
Work in progress..
## Simple Example
Work in progress..
## Custom Parser
Work in progress..
## Contribution
Work in progress..