git-flow-simplify
v1.0.0
Published
Interactive Git workflow simplifier
Maintainers
Readme
GitFlowSimplify 🚀
A beautiful, interactive CLI tool that simplifies your Git workflow. Stop memorizing Git commands and start enjoying a streamlined, menu-driven approach to repository management.
✨ Features
- 🎯 Smart Repository Detection - Automatically detects if you're in a Git repo or need to initialize one
- 📦 One-Click Setup - Initialize new repositories with remote origin and .gitignore in seconds
- 🔍 Visual File Staging - See all your changes and choose exactly what to stage with an intuitive interface
- 💬 Guided Committing - Never forget a commit message again with interactive prompts
- 🚀 Smart Pushing - Automatic push with proper upstream configuration
- 🎨 Beautiful UI - Colorful, emoji-rich interface that makes Git fun to use
🚀 Quick Start
Installation
npm install -g git-flow-simplify
## 🚀 Usage
Navigate to your project directory and run:
```bash
git-simplify