Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teygeta/github-pr-extension
🚧 Building🚧 A chrome extension for generate Github PRs titles with AI
https://github.com/teygeta/github-pr-extension
chrome-extension github pull-requests title-generation
Last synced: 3 months ago
JSON representation
🚧 Building🚧 A chrome extension for generate Github PRs titles with AI
- Host: GitHub
- URL: https://github.com/teygeta/github-pr-extension
- Owner: Teygeta
- License: mit
- Created: 2024-05-14T17:04:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T08:51:22.000Z (8 months ago)
- Last Synced: 2024-05-30T10:23:26.812Z (8 months ago)
- Topics: chrome-extension, github, pull-requests, title-generation
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# GitHub PR Title Generator
A tool to generate a title for your GitHub Pull Requests, based on the changes you made in your code..
🚧 Building 🚧
(for now, only with gemini-1.5-pro-latest model)
## How to use
1. Clone this repository
2. Set up your Github Access Token and Gemini API Key in the extension settings
![image](https://github.com/Teygeta/github-pr-extension/assets/98349901/2939bbd8-5c63-4e95-a580-920a0314f907)3. Run the following command:
```bash
pnpm i && pnpm build
```
4. Add the extension on Chrome
5. Enjoy!👻### Where you find the buttons for generate Titles with AI:
![image](https://github.com/Teygeta/github-pr-extension/assets/98349901/814d054f-9775-41f8-a4d5-0a5809abc02b)
![image](https://github.com/Teygeta/github-pr-extension/assets/98349901/ef4db842-6c4d-453e-8d82-31fe2fbd0d0f)