github-roast
v1.0.0
Published
A CLI tool that roasts you based on your git commit history using Gemini.
Downloads
7
Readme
git-roast
Roast yourself based on your git commit history, powered by Gemini!
Install
npm install -g .Usage
git-roast roast
# or roast last 50 commits
git-roast roast -n 50Setup
- Create a
.envfile with your Gemini API key:
GEMINI_API_KEY=your_gemini_api_key_here