Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evanpurkhiser/tooling-personal

Software specific to my workflows
https://github.com/evanpurkhiser/tooling-personal

Last synced: about 1 month ago
JSON representation

Software specific to my workflows

Awesome Lists containing this project

README

        

## Evan Purkhiser's Personal Tooling

This is a set of tools I use in my day to day at work.

### `pr`: Pull Request automation

The `pr` command creates or updates a pull request associated to
one or more commits. The tool handles the following:

- Select which commits should be part of the PR
- Generates a branch from the commit message, and pushes the
commits up to the remote.
- Prompts for reviewers to assign to the pull request.
- Creates a pull request and assigns the selected reviewers.