Skip to content

Boomerangz/autopull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autopull 0.0.1

Autopull helps you to download and run your project It pulls automatically if project remote repository changed and restarts project.

Install

go get -u github.com/Boomerangz/autopull/

Commands

help – show help or help [command]

autopull -h

Run your project

autopull --config {project-config}

Configuration file

{
    "cmd": ["cmd 1", "cmd 2"],
    "directory": "project_folder",
    "git_repo": "https://github.com/Yourname/YourRepo.git",
    "git_branch": "master",
    "period_in_seconds": 3
}

TODO

  • Working with private repositories

License

Creative Commons License
Autopull is licensed under a Creative Commons Attribution 4.0 International License.
Based on a work at http://github.com/Boomerangz/autopull/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published