jordanpartridge/github-zero

Lightweight GitHub CLI that works standalone, in Laravel, Laravel Zero, or as a Conduit extension

v1.1.0.1 2025-06-20 03:30 UTC

This package is auto-updated.

Last update: 2025-06-27 08:04:58 UTC


README

A lightweight GitHub CLI that works everywhere - standalone, in Laravel, Laravel Zero, or as a Conduit extension.

Installation

Standalone CLI

composer global require jordanpartridge/github-zero
github repos --interactive

Laravel Package

composer require jordanpartridge/github-zero
php artisan github:repos

Conduit Extension

conduit install github-zero
conduit github:repos

Features

  • 🚀 Interactive repository management
  • 📋 Issue tracking
  • 🔄 Pull request workflows
  • 🌟 Rich terminal UI with prompts
  • 🔧 Works anywhere (standalone, Laravel, Conduit)

Commands

  • github repos - List and interact with repositories
  • github clone - Clone repositories with selection
  • github issues - Manage issues
  • github prs - Handle pull requests

Configuration

Set your GitHub token:

export GITHUB_TOKEN=your_token_here

License

MIT License. See LICENSE for details.