tonic

command module
v0.0.0-...-71200e8 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2019 License: MIT Imports: 10 Imported by: 0

README

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

Documentation

Overview

tonic is a live reload tool for 12 factor apps

tonic monitors a directory a reloads the daemon if any .go source files change.

Jump to

Keyboard shortcuts

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