https://github.com/repobuddy/repobuddy-app
https://github.com/repobuddy/repobuddy-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/repobuddy/repobuddy-app
- Owner: repobuddy
- License: mit
- Created: 2022-01-09T06:21:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-30T12:31:23.000Z (4 months ago)
- Last Synced: 2026-01-31T05:34:57.203Z (4 months ago)
- Language: TypeScript
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```