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

https://github.com/s2009-dev/git-synchronizer

Sync your GitHub with a VPS
https://github.com/s2009-dev/git-synchronizer

developer-tools documentation english french github gplv3 php shell softlightgames synchronization

Last synced: 6 months ago
JSON representation

Sync your GitHub with a VPS

Awesome Lists containing this project

README

          

# git-synchronizer :octocat:

![GitHub Release](https://img.shields.io/github/v/release/S2009-dev/git-synchronizer)
![GitHub License](https://img.shields.io/github/license/S2009-dev/git-synchronizer)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/S2009-dev/git-synchronizer)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/S2009-dev/git-synchronizer/total?label=github%20downloads)
![NPM Downloads](https://img.shields.io/npm/dy/git-synchronizer?label=npm%20downloads)
![GitHub Repo stars](https://img.shields.io/github/stars/S2009-dev/git-synchronizer)

Synchronize your GitHub repositories with a VPS
This project was made with :heart: by [S2009](https://s2009.fr)

## :package: Dependencies

This project can be used on linux and windows but you need to open ports to use it, and you need to have the following dependencies installed:

- [Node.js](https://nodejs.org/en/) (>= 22.0.0)
- [npm](https://www.npmjs.com/) (>= 10.0.0)
- [git](https://git-scm.com/)

## :computer: Installation

This project is a CLI tool, you need to install it globally as root with npm:

```bash
npm install -g git-synchronizer
```

## :books: Documentation

All informations are available in the [wiki](https://github.com/S2009-dev/git-synchronizer/wiki)