Github CLI to run github inside your terminal
npm install github-star-cli
github-star-cli run github inside your terminal.
npm i -g github-star-cli
`
MAC user:-
`
sudo npm i -g github-star-cli
`
⌨️ Commands
Type the following in the terminal to set the auth this is one time thing.
`
github-star-cli set-auths
`
CLI will start running. It will ask you to add a Personal Details about Github
- To see all available commands
`
github-star-cli --help
`
- 📁 Create Repo
`
github-star-cli create-repository
`
- 🗃️ Push Repo
`
github-star-cli push-repo
`
- 💻 Clone Repo
`
github-star-cli clone-repo
`
- 🗑️ Delete Repo
`
github-star-cli remove-repo
`
- Get Repos details of user
`
github-star-cli repo-details
`
- Get All Public Repos of user
`
github-star-cli list-repos
`
- Find public Email of user
`
github-star-cli find-email
`
- Create/Open an Issue to a repository
`
github-star-cli create-issue
`
- List all Issues of repository
`
github-star-cli list-issues
`
- lock an issue of a repository
`
github-star-cli lock-issue
`
- unlock an issue of a repository
`
github-star-cli unlock-issue
`
⌨️ Alias
Type the following in the terminal to set the auth this is one time thing.
`
github-star-cli sau
`
CLI will start running. It will ask you to add a Personal Details about Github
- 📁 Create Repo
`
github-star-cli cr
`
- 🗃️ Push Repo
`
github-star-cli pr
`
- 💻 Clone Repo
`
github-star-cli cr
`
- 🗑️ Delete Repo
`
github-star-cli rr
`
- Get Repos details of user
`
github-star-cli rd
`
- Get All Public Repos of user
`
github-star-cli lpr
`
- Find public Email of user
`
github-star-cli fe
`
- Create/Open an Issue to a repository
`
github-star-cli cris
`
- List all Issues of repository
`
github-star-cli lis
`
- lock an issue of a repository
`
github-star-cli lois
`
- unlock an issue of a repository
`
github-star-cli ulois
``