Skip to content

ot24net/umon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Yet another live reload app for golang, it watchs xxx.go files only.

Install

go get github.com/ot24net/umon
cd $GOPATH/src/github.com/ot24net/umon
go build
sudo cp umon /usr/local/bin

Usage

umon dir1 dir2 dir3 ...

Example

#!/bin/bash

# cd to main.go dir
cd app

# WEBAPP is environment var for app
# ../app, ../lib, ../model, ../ctrl contains .go files that need build
WEBAPP=$HOME/work/webapp umon ../app ../lib ../model ../ctrl

About

live reload for golang app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages