Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 967 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 967 Bytes

winget-pkgs

Self-hosted packages for the Windows Package Manager, a.k.a. "winget".

Replicates the layout of Microsoft's community repository.

Usage

ℹ️ A self-hosted v1.0 REST API repository might follow at a later point in time. Some Packages might be released to the official community source, but this is currently out of scope.

To use our packages, just add this repository as new source in winget using the following command.

winget source add --name cloudflight https://cloudflightio.github.io/winget-pkgs

If you want to update it later run this:

winget source update --name cloudflight

Now you can install packages hosted in this repository, for example "DockerInWSL":

winget install dockerinwsl

Just run winget search -s cloudflight to get a complete list of packages available from this repo.