twitchdev / twitch-cli

The official Twitch CLI to make developing on Twitch easier.
Apache License 2.0
604 stars 71 forks source link

[Feature Request] add TwitchCLI to winget #275

Open BarryCarlyon opened 1 year ago

BarryCarlyon commented 1 year ago

Tell us about your feature request

So users can choose scoop or winget for initial install/updating the CLI

Use winget create to get the CLI onto winget

https://github.com/microsoft/winget-create

And then this GitHub action to automate updates

https://github.com/vedantmgoyal2009/winget-releaser

Disclaimer

lleadbet commented 9 months ago

Digging into this, it actually appears we could do this fairly quickly using the winget goreleaser feature, much like we do for scoop and Homebrew: https://goreleaser.com/customization/winget/

BarryCarlyon commented 9 months ago

Looks like SpecterShell has been keeping it up to date. But an automation step our side would defo be nicer