ezpr

Open a Github pull request based on your local branch

Usage no npm install needed!

<script type="module">
  import ezpr from 'https://cdn.skypack.dev/ezpr';
</script>

README

ezpr

With one CLI command, does these things for you:

  • pushes your current branch up to your repo
  • opens the "open a pull request" page in your browser based on that branch you just pushed

Install

npm i ezpr -g

Use

ezpr [remote]

Takes a single argument for the remote name. Defaults to the remote named origin.

# in any directory with a git repo
ezpr my-cool-remote
# or
ezpr

License

WTFPL