Add Winget support
Is your feature request related to a problem?
winget became the default package manager on Windows and it's available out of the box. The current approach either requires to download node or run ugly Powershell commands that do not get auto updates.
Which solution do you suggest? Make the following commands work
winget search devspace
winget install -e --id devspace
Which alternative solutions exist? This is not great:
Additional context https://github.com/microsoft/winget-create
/kind feature
Hi @iSeiryu,
Thanks for creating the feature request. We have a generic way to install devspace on Windows for now, which covers almost everyone.
We do have considered your request and put it in backlog. We will prioritise it accordingly.