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

https://github.com/repobuddy/repobuddy-app


https://github.com/repobuddy/repobuddy-app

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# repobuddy

Handles the boring work of repository management.

## Setup

```sh
# Install dependencies
yarn

# Run the bot
yarn start
```

## Docker

```sh
# 1. Build container
docker build -t repobuddy .

# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= syncbuddy
```