https://github.com/open-uem/wingetcfg
A library that can help to create a WinGet configuration file
https://github.com/open-uem/wingetcfg
Last synced: 6 months ago
JSON representation
A library that can help to create a WinGet configuration file
- Host: GitHub
- URL: https://github.com/open-uem/wingetcfg
- Owner: open-uem
- License: apache-2.0
- Created: 2025-03-04T16:04:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-23T05:49:25.000Z (about 1 year ago)
- Last Synced: 2025-07-23T07:28:39.918Z (about 1 year ago)
- Language: Go
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Winget Configuration File Generator
This repository contains a library that can help to create a WinGet configuration file following the guidelines described in [Microsoft's documentation](https://learn.microsoft.com/en-us/windows/package-manager/configuration/create)
This library is used by OpenUEM to generate the configuration files that contains the desired state expressed by the admin in the OpenUEM console and are executed by OpenUEM agents.
⚠️ IMPORTANT: This library is not considered ready to use, it's a Proof of Concept and a WIP