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

https://github.com/pixelbrackets/patchbot-skeleton

Skeleton project for pixelbrackets/patchbot
https://github.com/pixelbrackets/patchbot-skeleton

patchbot skeleton

Last synced: 5 months ago
JSON representation

Skeleton project for pixelbrackets/patchbot

Awesome Lists containing this project

README

          

# Patchbot Skeleton

This is a skeleton project for
[pixelbrackets/patchbot](https://packagist.org/packages/pixelbrackets/patchbot/).

## Usage

See https://gitlab.com/pixelbrackets/patchbot#usage

Example command applying the patch script in directory `template` to
the repository `https://git.example.com/repository`:
```bash
./vendor/bin/patchbot patch --patch-name=template --repository-url=https://git.example.com/repository
```