An open API service indexing awesome lists of open source software.

https://github.com/hightemp/github_repo_sync

A Go application that automatically syncs all repositories from a GitHub account to local storage.
https://github.com/hightemp/github_repo_sync

git github github-repo-sync golang repository synchronization

Last synced: 2 months ago
JSON representation

A Go application that automatically syncs all repositories from a GitHub account to local storage.

Awesome Lists containing this project

README

          

# github_repo_sync

A Go application that automatically syncs all repositories from a GitHub account to local storage.
It continuously runs in the background and periodically checks for updates.

## Build

```bash
make build
./github_repo_sync
```

### Static build

```bash
make build_static
./github_repo_sync_static
```

### Install service

```bash
make service_install
```

![](https://asdertasd.site/counter/github_repo_sync?a=1)