-
🌟 Grow Your GitHub - One Commit at a Time
-
🎯 Smart Patterns - Intelligent contribution distribution
-
📊 Real-time Progress - Live tracking with beautiful animations
-
🔐 Secure - Safe GitHub token handling
-
🌈 Beautiful UI - Modern terminal interface
-
🔄 Auto Recovery - Handles interruptions gracefully
-
📱 Cross Platform - Works on Windows and Unix
# One-line installation and setup
iwr -useb https://raw.githubusercontent.com/BotCoder254/github-garden/main/install.ps1 | iex
# Or run these commands manually:
$env:GITHUB_TOKEN="your_token"
$env:GITHUB_USERNAME="your_username"
$env:GITHUB_EMAIL="your_email"
npm install -g github-garden
github-garden start
# One-line installation and setup
curl -fsSL https://raw.githubusercontent.com/BotCoder254/github-garden/main/install.sh | bash
# Or run these commands manually:
export GITHUB_TOKEN="your_token"
export GITHUB_USERNAME="your_username"
export GITHUB_EMAIL="your_email"
npm install -g github-garden
github-garden start
Contributions are welcome! Please feel free to submit a Pull Request.
Released under the MIT License.