A command line interface for creating pull requests
Project description
pull-requests
⬆️ A command line tool for creating pull requests.
Installation
TODO.
Usage
First of all, you need to have a file in your project root directory called pr.json. That file needs
to have the following fields in order to make the program works. See below an example of that file structure:
{
"username": "YOUR_GITHUB_USERNAME",
"repository": "YOUR_REPOSITORY_NAME",
"token": "YOUR_GITHUB_ACCESS_TOKEN"
}
That's is everything we need to use the program. Now, on your project root directory, you can the following command:
pull-requests --from "HEAD_BRANCH" --to "BASE_BRANCH" --title "Some title" --body "Some optional body text"
License
This project is licensed under the MIT license. See LICENSE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pull-requests-1.0.0.tar.gz
(3.8 kB
view details)
File details
Details for the file pull-requests-1.0.0.tar.gz.
File metadata
- Download URL: pull-requests-1.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27c258b16d8d0fa9d7dd907adce53b194f854a076578a6323dd4ccf8158dca72
|
|
| MD5 |
ea90c6cb3643a234ed90117e6c101241
|
|
| BLAKE2b-256 |
88ab1cc9cfdb56a714c3790eaa4a45407f3f60c324f63c2f0ff535d9af12f3b0
|