Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 604 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 604 Bytes

github-cli

Command-line tool for managing GitHub

Install (mac & liunx)

curl -S https://raw.githubusercontent.com/Groos-dev/github-cli/refs/heads/main/gh_cli_installer.sh | bash

How to use

Create a repo

  • create a public repository named repo001
gh-cli create repo001 -d "This is a description text." 
  • create a private repository named repo001
gh-cli create repo001 -d "This is a description text." 

Delete a repo

gh-cli delete repo001 

update gh-cli

gh-cli update-cli

Other operations

todo ...