Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

JulesGuesnon/Gomon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages