Command-line tool for managing GitHub
curl -S https://raw.githubusercontent.com/Groos-dev/github-cli/refs/heads/main/gh_cli_installer.sh | bash
- 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."
gh-cli delete repo001
gh-cli update-cli
todo ...