Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evanpurkhiser/tooling-personal
- Owner: evanpurkhiser
- License: mit
- Created: 2021-07-20T05:15:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T04:08:20.000Z (4 months ago)
- Last Synced: 2024-10-02T06:55:29.396Z (about 1 month ago)
- Language: TypeScript
- Size: 167 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.