winget-create
The Windows Package Manager Manifest Creator command-line tool (aka wingetcreate)
How to download and setup winget-create
Open terminal and run command
git clone https://github.com/microsoft/winget-create.git
git clone is used to create a copy or clone of winget-create repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with winget-create https://github.com/microsoft/winget-create/archive/master.zip
Or simply clone winget-create with SSH
[email protected]:microsoft/winget-create.git