Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johannesboyne/gomon
Simple monitor script for use during development of a golang app.
https://github.com/johannesboyne/gomon
Last synced: 3 months ago
JSON representation
Simple monitor script for use during development of a golang app.
- Host: GitHub
- URL: https://github.com/johannesboyne/gomon
- Owner: johannesboyne
- Created: 2013-09-22T11:47:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T22:01:08.000Z (over 6 years ago)
- Last Synced: 2024-09-29T21:21:44.422Z (4 months ago)
- Language: JavaScript
- Size: 91.8 KB
- Stars: 67
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
./gomon
=======It is a bit like [nodemon](http://remy.github.io/nodemon/) just for GO or [Alex' Golang Automatic Reloads](http://www.alexedwards.net/blog/golang-automatic-reloads). And I only quickly wrote it for myself but it is very simple and you are **invited** to improve this little helper!
It sets the `$GOPATH` for you and you can install it via `npm install -g go-mon` (or like a pro `npm i -g go-mon`).
Then just run a go programm like `gomon staticsmoothie.go`!
## Contributors
- [AlexisVisco](https://github.com/AlexisVisco)
- [ruandao](https://github.com/ruandao)
- [kiasaki](https://github.com/kiasaki)
- [Khelldar](https://github.com/Khelldar)[![endorse](https://api.coderwall.com/johannesboyne/endorsecount.png)](https://coderwall.com/johannesboyne)