Autopull helps you to download and run your project It pulls automatically if project remote repository changed and restarts project.
go get -u github.com/Boomerangz/autopull/
help – show help or help [command]
autopull -h
autopull --config {project-config}
{
"cmd": ["cmd 1", "cmd 2"],
"directory": "project_folder",
"git_repo": "https://github.com/Yourname/YourRepo.git",
"git_branch": "master",
"period_in_seconds": 3
}
- Working with private repositories
Autopull is licensed under a Creative Commons Attribution 4.0 International License.
Based on a work at http://github.com/Boomerangz/autopull/.