A CLI for interacting with a repository hosted on Bitbucket.
Run:
yarn
yarn build
yarn link
Then run bb init to create a config file.
Displays the status of a given pull request ID. If the pull request ID is not specified, offers a list of open pull requests.
Checks out the branch for the given pull request ID. If the pull request ID is not specified, offers a list of open pull requests to check out.
Offers to delete any local branches that are merged into the upstream master branch.
Licensed under the MIT license.