amenocal / clone-repo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clone-repo-app

A GitHub App built with Probot that App that has access to clone a repo

Setup

# Install dependencies
npm install

# Run the bot
npm start

Docker

# 1. Build container
docker build -t clone-repo-app .

# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> clone-repo-app

Contributing

If you have suggestions for how clone-repo-app could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © 2022 Alejandro Menocal amenocal@github.com

About

License:ISC License


Languages

Language:JavaScript 85.0%Language:Shell 8.3%Language:Dockerfile 6.7%