hyu
v1.0.0
Published
Short for "Hey, you up?", Hyu is a GitHub CLI that lets you quickly approve PRs where you have been requested for review.
Downloads
2
Readme
hyu
Short for "Hey, you up?", Hyu is a GitHub CLI that lets you quickly approve PRs where you have been requested for review.
I built this because having to approve 10 PRs through the GitHub UI whenever somebody submits a PR for a package update is a chore.
Install
With npm
:
npm install -g hyu
Usage
You'll need a GitHub Personal Access token with the repo
scope.
Once provided (prompted on initial invocation) it will be stored securily in your device's Keychain using keytar
.
Interactive approval
hyu
Re-enter GitHub Personal Access Token
hyu auth
Print help
hyu --help
What's in a name?
I kept getting spammed for approval on one-liners across a bunch of repositories. One such commit had the message:
"Hey Jeff you up? Pushing web commons"
Which was a one-liner package update. After that we would refer to those types of PRs as "Hey you up?" PRs.
Hyu = "Hey, you up?" 😄
Author
Jeff Hansen — @Jeffijoe