Skip to content
/ hot Public

Auto build and run Golang project when source files are modified.

Notifications You must be signed in to change notification settings

HikoQiu/hot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hot

Auto build and run Golang project when source files are modified.

hot command line args.

-h Lookup help docs
-l List all apps
-c Assign config file path
-a Assign target app to auto-build(Apps are configured in config.ini)

Recommendation

For convenience, add `alias`` to .profile, e.g:

alias hot="/{PATH_OF_HOT_BIN_FILE}/hot -c=/{PATH_OF_CONFIG_FILE}/config.ini"

{PATH_OF_**} stands for hot's relative file path.

About

Auto build and run Golang project when source files are modified.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages