All Projects β†’ msaaddev β†’ github-interact-cli

msaaddev / github-interact-cli

Licence: MIT license
🎩 Interact with GItHub right inside your terminal

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to github-interact-cli

stellar
Search your github stars in R
Stars: ✭ 24 (-44.19%)
Mutual labels:  github-api, github-stars
Tent
Content management with Github hosted Markdown as an authoritative data source
Stars: ✭ 28 (-34.88%)
Mutual labels:  github-api, repository
Track-Stargazers
Have fun tracking your project's stargazers
Stars: ✭ 38 (-11.63%)
Mutual labels:  github-api, github-stars
repogen
Easy-to-use signed APT repository generator with a web-based package browser.
Stars: ✭ 34 (-20.93%)
Mutual labels:  repository, repo
GitInfo-Git-for-Google-Assistant
GitInfo is a conversational data retrieval bot for Github repositories. It provides a conversational experience to access information. Information that can be retrieved using GitInfo include: stars, latest commit details , no of forks , no of issues etc.
Stars: ✭ 18 (-58.14%)
Mutual labels:  github-stars, github-issues
geet
Command line interface for performing Git hosting service operations
Stars: ✭ 14 (-67.44%)
Mutual labels:  github-api, issues
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (-41.86%)
Mutual labels:  github-api, repository
vue-blog
使用 Vue ε’Œ Github Issues ζ­ε»Ίηš„ SPA Blog
Stars: ✭ 18 (-58.14%)
Mutual labels:  github-api, github-issues
new-issue
A fully customizable Github issues interface. Setup for your repo today!
Stars: ✭ 22 (-48.84%)
Mutual labels:  issues, github-issues
Beefun Pro
Github client for iOS in Swift.
Stars: ✭ 172 (+300%)
Mutual labels:  github-api, repository
git-repo-name
Get the repository name from the git remote origin URL
Stars: ✭ 21 (-51.16%)
Mutual labels:  repository, repo
git-issue-react-electronjs
βš™οΈ. βš›οΈ. A desktop application created with Electronjs and Reactjs to be cross-platform to manage and track GitHub issues.
Stars: ✭ 21 (-51.16%)
Mutual labels:  github-api, issues
tainted
Tool to determine which Go packages need to be rebuilt in a monorepo
Stars: ✭ 53 (+23.26%)
Mutual labels:  repository, repo
meet-the-fans
Query and Visualize the network graph of your GitHub repositories, followers, stargazers, and forks.
Stars: ✭ 22 (-48.84%)
Mutual labels:  github-api, repository
Awesome Github
A curated list of awesome GitHub guides, articles, sites, tools, projects and resources. 攢集这δΈͺεˆ—θ‘¨οΌŒεͺζ˜―δΈΊδΊ†ζ›΄ε₯½εœ°δ½Ώη”¨GitHub,欒迎提亀prε’Œissue。
Stars: ✭ 1,962 (+4462.79%)
Mutual labels:  github-api, github-stars
probot-messages
Probot extension for communicating with repository maintainers
Stars: ✭ 13 (-69.77%)
Mutual labels:  github-api, github-issues
Github-Stars-Predictor
It's a github repo star predictor that tries to predict the stars of any github repository having greater than 100 stars.
Stars: ✭ 34 (-20.93%)
Mutual labels:  github-api, github-stars
git-profiler-bot
Telegram bot which fetches GitHub Profiles.
Stars: ✭ 23 (-46.51%)
Mutual labels:  github-api
repo-card
πŸ“œ Give your repos some freshness with a Repo Card
Stars: ✭ 36 (-16.28%)
Mutual labels:  repository
good-first-issues
Find good first issues right from your CLI! πŸš€
Stars: ✭ 64 (+48.84%)
Mutual labels:  github-api

github-interact-cli

⚑️ github-interact-cli

github-interact-cli lets you use GitHub right inside your terminal.

πŸ‘‰ FEATURES

  • πŸ“¦ Create a new repo
  • ♻️ Delete your existing repo
  • πŸš€ Get all public repos of any GitHub User
  • ⚠️ Open issue in any repo.
  • βœ‰οΈ Get public email of any GitHub user
  • ⭐️ Get stargazers of any GitHub repo

🎩 INSTALLATION

Install 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.

npm i -g github-interact-cli
installation

πŸ— SETUP

Type the following in the terminal to run the CLI.

github

CLI will start running. It will ask you to add a Personal Access Token & your GitHub Username. If you don't know what Personal Access Token is & how to create one, check this awesome guide by GitHub.

!Note: Be sure to give the token repo, admin:repo_hook & delete repo scopes .

personal access token configurations

Once you are done, exit the CLI so that configurations can be saved & used again.

done

! Note: This is one time thing. You will not have to do it again every time you run the CLI.

πŸ‘Œ Shortcuts

You can now use shortcuts to interact with the CLI. Just type any of the following in the terminal & hit Enter

  • New Repo
github-new
  • Delete Repo
github-delete
  • Get All Public Repo
github-get
  • Open Issue
github-issue
  • Get Email
github-email
  • Get Stars
github-stars

πŸ“¦ Create New Repo

Write the following in the terminal to run the CLI again.

github

You will get this menu. πŸ”₯

menu

Enter 1 to Create a GitHub Repo. Then answer the next questions.

done

Taa daa! The repo has been created. You can check it! πŸ₯‚

♻️ Delete your Existing Repo

Type the following in the terminal to run the CLI.

github

You will get this menu. πŸ”₯

menu

Enter 2 to Create a GitHub Repo. Then enter the name of the repo you want to delete.

done

Taa daa! The repo has been deleted. πŸ™ŒπŸ»

! 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.

  • Open your GitHub account settings
  • Select Developer settings from the left sidebar
  • Click on Personal access tokens
  • You will see a list of personal access tokens. Select the token you created earlier for github-interact-cli.
  • Scroll down the scope list and select delete_repo
  • Then scroll at the bottom & select Update token

steps of editing personal access token

πŸš€ Get All Repos

Type the following in the terminal to run the CLI.

github

You will get this menu. πŸ”₯

menu

Enter 3 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.

enter username

Press Enter. And there you have it, folks! πŸ”₯

done

⚠️ Open Issue

Type the following in the terminal to run the CLI.

github

You will get this menu. πŸ”₯

menu

Enter 4 to Create a GitHub Issue. Then answer the next questions.

done

Click here to check the issue I just created in the screenshot.

βœ‰οΈ Get Public Email

Type the following in the terminal to run the CLI.

github

You will get this menu. πŸ”₯

menu

Enter 5 to get public email of the GitHub user. Then enter the username of the GitHub user.

done

⭐️Get Stargazers

Type the following in the terminal to run the CLI.

github

You will get this menu. πŸ”₯

menu

Enter 6 to get total number of stargazers of any GitHub repos. Then answer the next questions.

done

πŸš€ FEATURE REQUEST

Use the Issues section if you want to request any feature or report an issue.

πŸ™ŒπŸ» PROPS

πŸ‘¨πŸ»β€πŸ’» AUTHOR

πŸ™‹πŸ»β€β™‚οΈ 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

⚑️ Other Projects

I have curated a detailed list of all the open-source projects I have authored. Do take out a moment and take a look.

πŸ”‘ LICENSE

  • MIT
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].