{"id":19817692,"url":"https://github.com/msaaddev/github-interact-cli","last_synced_at":"2025-05-01T11:31:01.923Z","repository":{"id":55252438,"uuid":"253627027","full_name":"msaaddev/github-interact-cli","owner":"msaaddev","description":"🎩 Interact with GItHub right inside your terminal","archived":false,"fork":false,"pushed_at":"2021-07-23T13:42:35.000Z","size":663,"stargazers_count":45,"open_issues_count":2,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T01:37:12.584Z","etag":null,"topics":["cli","github","github-api","github-cli","github-issues","github-stars","issues","javascript","node-cli","repo","repository"],"latest_commit_sha":null,"homepage":"https://twitter.com/MSaaddev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msaaddev.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-06T22:10:07.000Z","updated_at":"2023-12-05T14:47:17.000Z","dependencies_parsed_at":"2022-08-14T17:54:27.991Z","dependency_job_id":null,"html_url":"https://github.com/msaaddev/github-interact-cli","commit_stats":null,"previous_names":["msaaddev/github-cli"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaaddev%2Fgithub-interact-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaaddev%2Fgithub-interact-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaaddev%2Fgithub-interact-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaaddev%2Fgithub-interact-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msaaddev","download_url":"https://codeload.github.com/msaaddev/github-interact-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224253335,"owners_count":17280934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","github","github-api","github-cli","github-issues","github-stars","issues","javascript","node-cli","repo","repository"],"created_at":"2024-11-12T10:13:21.748Z","updated_at":"2024-11-12T10:13:22.405Z","avatar_url":"https://github.com/msaaddev.png","language":"JavaScript","readme":"![github-interact-cli](https://i.imgur.com/m46Grpf.jpg)\n\n\u003cdiv align=\"center\"\u003e\n\t\u003ch1\u003e⚡️ github-interact-cli\u003cbr\u003e\n\t\u003cimg src=\"https://img.shields.io/npm/v/github-interact-cli?color=%#80C73D\u0026label=version\"\u003e\n\t\u003cimg src=\"https://img.shields.io/npm/dt/github-interact-cli?color=%#80C73D\"\u003e\n\t\u003cimg src=\"https://img.shields.io/npm/l/github-interact-cli?color=%#80C73D\"\u003e\n\t\u003c/h1\u003e\n\u003c/div\u003e\n\n`github-interact-cli` lets you use GitHub right inside your terminal.\n\n## 👉 FEATURES\n\n- 📦 Create a new repo\n- ♻️ Delete your existing repo\n- 🚀 Get all public repos of any GitHub User\n- ⚠️ Open issue in any repo.\n- ✉️ Get public email of any GitHub user\n- ⭐️ Get stargazers of any GitHub repo\n\n## 🎩 INSTALLATION\n\nInstall the CLI globally. If you are windows user, run your command prompt/terminal as administrator. If you are macOS user, add `sudo` before the following command.\n\n```\nnpm i -g github-interact-cli\n```\n\n\u003cdiv align=\"center\"\u003e\n\t\u003cimg alt=\"installation\" src=\"https://i.imgur.com/ClFFvhH.gif\"\u003e\n\u003c/div\u003e\n\n## 🏗 SETUP\n\nType the following in the terminal to run the CLI.\n\n```\ngithub\n```\n\nCLI will start running. It will ask you to add a **Personal Access Token** \u0026 your **GitHub Username**. If you don't know what Personal Access Token is \u0026 how to create one, check this [awesome guide](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) by GitHub.\n\n`！Note:` Be sure to give the token _repo_, _admin:repo_hook_ \u0026 _delete repo_ scopes .\n\n\u003cimg alt=\"personal access token configurations\" src=\"https://i.imgur.com/E30KXz8.png\"\u003e\n\nOnce you are done, exit the CLI so that configurations can be saved \u0026 used again.\n\n\u003cimg alt=\"done\" src=\"https://i.imgur.com/fVdgewD.png\"\u003e\n\n`！ Note:` This is one time thing. You will not have to do it again every time you run the CLI.\n\n### 👌 Shortcuts\n\nYou can now use shortcuts to interact with the CLI. Just type any of the following in the terminal \u0026 hit \u003ckbd\u003eEnter\u003c/kbd\u003e\n\n- New Repo\n\n```\ngithub-new\n```\n\n- Delete Repo\n\n```\ngithub-delete\n```\n\n- Get All Public Repo\n\n```\ngithub-get\n```\n\n- Open Issue\n\n```\ngithub-issue\n```\n\n- Get Email\n\n```\ngithub-email\n```\n\n- Get Stars\n\n```\ngithub-stars\n```\n\n### 📦 Create New Repo\n\nWrite the following in the terminal to run the CLI again.\n\n```\ngithub\n```\n\nYou will get this menu. 🔥\n\n\u003cimg alt=\"menu\" src=\"https://i.imgur.com/ccwTAbs.png\"\u003e\n\nEnter \u003ckbd\u003e1\u003c/kbd\u003e to Create a GitHub Repo. Then answer the next questions.\n\n\u003cimg alt=\"done\" src=\"https://i.imgur.com/bRPNnat.png\"\u003e\n\nTaa daa! The repo has been created. You can [check](https://github.com/msaaddev/git-test-repo) it! 🥂\n\n### ♻️ Delete your Existing Repo\n\nType the following in the terminal to run the CLI.\n\n```\ngithub\n```\n\nYou will get this menu. 🔥\n\n\u003cimg alt=\"menu\" src=\"https://i.imgur.com/ccwTAbs.png\"\u003e\n\nEnter \u003ckbd\u003e2\u003c/kbd\u003e to Create a GitHub Repo. Then enter the name of the repo you want to delete.\n\n\u003cimg alt=\"done\" src=\"https://i.imgur.com/fdpmK2O.png\"\u003e\n\nTaa daa! The repo has been deleted. 🙌🏻\n\n`! Note:` Be sure to give your personal access token _delete repo_ scope. If you don't know how to edit your current token, follow these steps.\n\n- Open your GitHub account settings\n- Select **Developer settings** from the left sidebar\n- Click on **Personal access tokens**\n- You will see a list of personal access tokens. Select the token you created earlier for github-interact-cli.\n- Scroll down the scope list and select **delete_repo**\n- Then scroll at the bottom \u0026 select **Update token**\n\n\u003cimg alt=\"steps of editing personal access token\" src=\"https://i.imgur.com/2s3lOJV.gif\"\u003e\n\n### 🚀 Get All Repos\n\nType the following in the terminal to run the CLI.\n\n```\ngithub\n```\n\nYou will get this menu. 🔥\n\n\u003cimg alt=\"menu\" src=\"https://i.imgur.com/ccwTAbs.png\"\u003e\n\nEnter \u003ckbd\u003e3\u003c/kbd\u003e to get all GitHub Public Repos of the any GitHub user. Next enter the username of the GitHub user you want to see the repos of.\n\n\u003cimg alt=\"enter username\" src=\"https://i.imgur.com/K0eW1yR.png\"\u003e\n\nPress \u003ckbd\u003eEnter\u003c/kbd\u003e. And there you have it, folks! 🔥\n\n\u003cimg alt=\"done\" src=\"https://i.imgur.com/kID3qMm.png\"\u003e\n\n### ⚠️ Open Issue\n\nType the following in the terminal to run the CLI.\n\n```\ngithub\n```\n\nYou will get this menu. 🔥\n\n\u003cimg alt=\"menu\" src=\"https://i.imgur.com/ccwTAbs.png\"\u003e\n\nEnter \u003ckbd\u003e4\u003c/kbd\u003e to Create a GitHub Issue. Then answer the next questions.\n\n\u003cimg alt=\"done\" src=\"https://i.imgur.com/bAp9IK5.png\"\u003e\n\n[Click here](https://github.com/msaaddev/vidly/issues/9) to check the issue I just created in the screenshot.\n\n### ✉️ Get Public Email\n\nType the following in the terminal to run the CLI.\n\n```\ngithub\n```\n\nYou will get this menu. 🔥\n\n\u003cimg alt=\"menu\" src=\"https://i.imgur.com/ccwTAbs.png\"\u003e\n\nEnter \u003ckbd\u003e5\u003c/kbd\u003e to get public email of the GitHub user. Then enter the username of the GitHub user.\n\n\u003cimg alt=\"done\" src=\"https://i.imgur.com/huGK5nv.png\"\u003e\n\n### ⭐️Get Stargazers\n\nType the following in the terminal to run the CLI.\n\n```\ngithub\n```\n\nYou will get this menu. 🔥\n\n\u003cimg alt=\"menu\" src=\"https://i.imgur.com/ccwTAbs.png\"\u003e\n\nEnter \u003ckbd\u003e6\u003c/kbd\u003e to get total number of stargazers of any GitHub repos. Then answer the next questions.\n\n\u003cimg alt=\"done\" src=\"https://i.imgur.com/TynjyHI.png\"\u003e\n\n## 🚀 FEATURE REQUEST\n\nUse the [Issues](https://github.com/msaaddev/github-interact-cli/issues) section if you want to request any feature or report an issue.\n\n## 🙌🏻 PROPS\n\n- Header Image by [Iqra Fatima](https://github.com/iqrafatimame)\n\n## 👨🏻‍💻 AUTHOR\n\n🙋🏻‍♂️ Hola! I am Saad, an undergrad Computer Science student. I developed this CLI to automate the repetitive ridiculous amount of things we have to do in GitHub. You can follow me at\n\n- [Twitter](https://twitter.com/msaaddev)\n- [Facebook](https://www.facebook.com/msaaddev)\n- [Blog](https://msaad.dev)\n\n## ⚡️ Other Projects\n\nI have curated a [detailed list](https://github.com/msaaddev/open-source) of all the open-source projects I have authored. Do take out a moment and take a look.\n\n## 🔑 LICENSE\n\n- MIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsaaddev%2Fgithub-interact-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsaaddev%2Fgithub-interact-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsaaddev%2Fgithub-interact-cli/lists"}