Skip to content

Auto compiler and runner with files watcher which keeps running the latest code version.

License

Notifications You must be signed in to change notification settings

0xC0D3/go-in-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-in-live

Auto compiler and runner with files watcher which keeps running the latest code version.

Previous requirements

  • Dep is required to manage dependencies.

Setup

Windows example:

go get github.com\0xC0D3\go-in-live
cd %gopath%\src\github.com\0xC0D3\go-in-live
dep ensure
go install github.com\0xC0D3\go-in-live

Usage of go-in-live

-build string
    Custom build command. (default "go build -o $1")
-i    Redirect input to the executable.
-run string
    Custom run command. (default "$1")
-watch string
    Comma separated paths to watch, in case you want to watch all files
    inside a directory, use the ".\< dir >/*" format. (default "./.c0d3v")

About

Auto compiler and runner with files watcher which keeps running the latest code version.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages