Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 681 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 681 Bytes

🎉 Windows Package Manager

Winget is a Microsoft-developed command-line package manager for Windows that enables discovery, installation, and management of Windows apps through command line. It uses Windows Package Manager manifest format and PowerShellGet module for app metadata and installation management.

version rating uptime

📝 Notes

winget list
winget search xxx
winget install xxx
winget upgrade --all
winget export -o package.json
winget import -i package.json