komac

Create and manage Windows Package Manager (WinGet) manifests

brewmacoslinux
Try with needOr install directly
Source

About

Community Manifest Creator for Windows Package Manager (WinGet)

Commands

komac

Examples

Create a new manifest for a package$ komac create --package-identifier Publisher.PackageName --package-version 1.0.0
Update an existing manifest$ komac update --package-identifier Publisher.PackageName --package-version 2.0.0 --download-url https://example.com/package.exe
Validate a manifest file$ komac validate --manifest-path ./manifests/package.yaml