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

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.

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..