yeet-git
v1.2.0
Published
AI-powered git CLI. Yeet your code to production with smart commits, pipelines, and PRs.
Maintainers
Readme
🚀 yeet
Yeet your code to production.
AI-powered git CLI for smart commits, pipelines, and PRs.
⚡ Quick Install
npm install -g yeet-gitThen run the setup wizard:
yeet initThe wizard will guide you through:
- 📦 Installing GitHub CLI (if needed)
- 🔐 Logging into GitHub
- 🔑 Setting up your Gemini API key
🎯 Daily Usage
# Interactive mode (recommended)
yeet
# AI-powered commit
yeet --c
# Commit and push
yeet -cp
# Merge to dev
yeet --to-dev --merge
# Full deploy: dev → staging → main
yeet --to-dev-staging-main --merge📋 Commands
| Command | What it does |
| ----------------------- | ------------------ |
| yeet | Interactive wizard |
| yeet --c | AI commit |
| yeet -cp | Commit + Push |
| yeet --to-dev --merge | Merge to dev |
| yeet --to-X-Y --label | Chain + PR |
| yeet init | Setup wizard |
🔄 Update to Latest
npm update -g yeet-git📖 Full Documentation
For advanced usage, pipelines, and configuration:
