gomon

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2023 License: MIT Imports: 11 Imported by: 0

README

Gomon

This is fork of JulesGuesnon/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/barelyhuman/gomon

You can also run this directly using

go get -u github.com/barelyhuman/gomon
go run github.com/barelyhuman/gomon <flags and options>

There you go !

How to use it ?

For now you can only watch a file, nothing else

gomon path/to/my/file.go
# or
gomon -w "./src,./dist" 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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL