Skip to content

Latest commit

 

History

History
137 lines (97 loc) · 4.24 KB

README.md

File metadata and controls

137 lines (97 loc) · 4.24 KB

GitHub Garden 🌿

Typing SVG

Banner

Snake Animation

✨ Features

  • 🌟 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

🚀 Quick Commands

Windows PowerShell

# 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

Unix/Linux/MacOS

# 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

📊 Stats

GitHub Activity Graph

🤝 Contributing

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📝 License

Released under the MIT License.

🌟 Creator

TELVIN TEUM