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
- Host: GitHub
- URL: https://github.com/pixelbrackets/patchbot-skeleton
- Owner: pixelbrackets
- Created: 2020-08-05T08:24:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T20:41:13.000Z (about 4 years ago)
- Last Synced: 2025-03-06T18:29:39.583Z (about 1 year ago)
- Topics: patchbot, skeleton
- Language: PHP
- Homepage: https://gitlab.com/pixelbrackets/patchbot#usage
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```