Skip to content

stengaard/tonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tonic

A service reloading tool for use in development.

Built with bits and pieces from gin (github.com/codegangsta/gin).

Tonic will scan your current dir and rebuild your daemon on any change to a .go file. Very crude, very simple.

 $ # to install:
 $ go get github.com/stengaard/tonic
 $ # to use in development:
 $ cd $GOPATH/go/src/myapp
 $ tonic
 [tonic] Build successful
 [myapp] ready

About

a live daemon reload dev tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages