Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

License

jordanpartridge/github-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Zero

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages