GitHub CLI (Command Line Interface) is a tool developed by GitHub that allows users to interact with GitHub repositories, issues, pull requests, and more directly from the command line. It's designed to enhance the workflow for developers and contributors who prefer using the terminal or command line interface.
- Name
- Company
- Website
- Location
- Twitter Username
- Public Repos
- Public Gists
- Total Followers
- Total Followings
- Clone the repo and change the directory
git clone git@github.com:Hanzalashaik/github-cli.git
- Install NPM packages
npm install
- To start the project :
npm start
The CLI will ask you to give github username. Enter the username you want to get the details of.