amerigo
v0.2.2
Published
rsync wrapper to keep remote and local directories in sync.
Readme
What is does
Don't want to develop remotely? This baby is a convenient rsync wrapper to keep remote and local directories in sync.
actions - up | down check remote branch match
Only supports git for now.
Config file syntax
journey.json
{
"host": "<ssh remote host>",
"root": "<repo root dir>",
"expeditions": [
{
"remote": "<remote dir>",
"local": "<local dir>"
},
..
]
}Naming
Paying 'omage to the uncelebrated explorer.
