-
Notifications
You must be signed in to change notification settings - Fork 8k
Description
Describe the feature or problem you’d like to solve
Supporting Windows Native Pkg Manager for installing GitHub CLI.
A clear and concise description of what the feature or problem is.
This feature allows the users on windows to download and install the package using the window package manager and helps in upgrading the cli using the pkg manager. A cleaner solution to installation and management on Windows.
Proposed solution
- Following the guidelines of Winget Contribution to Pkgs
- If a new update is available for
gh, notify the user as well on cli to update using specific commands that is system dependant
How will it benefit CLI and its users?
With windows getting its native package manager like HomeBrew being available for Mac, this makes management and maintaining packages easier. The users will have a faster and cleaner way of upgrading their cli package. The installation process becomes smoother along with hassle free support for developer on windows platform.
Additional context
Add any other context like screenshots or mockups are helpful, if applicable.