JulesGuesnon / Gomon

✅ A Go equivalent of Nodemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gomon

This package aim to reproduce the behavior of nodemon for go. I made this for training purpose so it's probably not really usable.

Installation guide

Install the package

go install github.com/julesguesnon/gomon

There you go !

How to use it ?

For now you can only watch a file, nothing else

gomon path/to/my/file.go

Possible issue

If you face this issue:

gomon: command not found

You may need to add GOPATH to your PATH (you may need to set your GOPATH)

export PATH=$PATH:$GOPATH/bin

About

✅ A Go equivalent of Nodemon

License:MIT License


Languages

Language:Go 100.0%