Skip to content
/ bob Public

Build go projects automatically when files are modified.

License

Notifications You must be signed in to change notification settings

v4run/bob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

'bob' the builder

Build go projects automatically when files are modified.

Getting

go get github.com/v4run/bob

Usage

With GOPATH/bin in PATH,

Usage: bob [options]
options:
	-p, -path       Directory               The directory to watch.
	-n, -name       Name                    The name for binary file.
	-e, -env        Environment file path   Path to file containing environment variables to be set for the service.
	-b, -buildonly  Build only mode         Just do a build when a change is detected.
	-c, -commands   Custom commands to run  Run custom command after build.
	-v, -version    Version                 Prints the version.
	-h, -help       Help                    Show this help.

About

Build go projects automatically when files are modified.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages