Skip to content

UJPrasad/gomon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomon

Kind of Nodemon for Go TCP based applications

Run

go run main.go [...options]

Options

  • --help to see the usage
  • --path path fo directory to watch (Note: path must end with trailing /)
  • --main main file to run using go run <file> inside the --path (Note: Default is app.go)
  • --port port which will be used by the process

Build

  • Clone this repo
  • cd into repo
  • go build .

Example

./gomon --path ~/projects/api/ --main main.go --port 3000

This currently only supports UNIX. Windows support will be added sooner

About

Kind of Nodemon for Go TCP based applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages