2.0.2 • Published 1 year ago
preate v2.0.2
preate
Generate GitHub comparison links in order to quickly create pull requests.
Usage
npx preate <base> [bases...]
Simply provide the base(s) you want to compare the currently checked out branch against.
Any branches (either base or current) that aren't on remote will be automatically pushed to "origin".
The GitHub comparison link (or links) will then be returned:
https://github.com/{owner}/{repo}/compare/{base}...{head}
Examples
npx preate develop
npx preate develop staging release