git-yapyap-cli
v1.0.2
Published
Git YapYap — AI-powered GitHub activity summarizer. See what you shipped today.
Maintainers
Readme
Git YapYap CLI
A command-line tool that fetches your GitHub commits for a specific date and uses AI to generate a summary of your activity.
Installation
Install the package globally via npm:
npm install -g git-yapyap-cliSetup
Before using the tool, you must configure it with a GitHub Personal Access Token and an API key for your preferred AI provider (OpenAI, Anthropic, Gemini, etc).
Run the setup command:
yap setupYou will need:
- GitHub PAT: Generate a classic token at
https://github.com/settings/tokens. If you want to summarize private repositories, check thereposcope. - AI API Key: Obtain an API key from your chosen supported provider.
Usage
Run the tool in your terminal to fetch and summarize commits.
# Summarize today's commits
yap yap
# Summarize yesterday's commits
yap yesterday
# Summarize a specific date (Format: DDMMYYYY, DD-MM-YYYY, or DD/MM/YYYY)
yap 16032026License
MIT
