Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natthasath/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.
https://github.com/natthasath/windows-package-manager
package-manager windows winget
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/natthasath/windows-package-manager
- Owner: natthasath
- License: mit
- Created: 2023-01-09T04:08:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T04:10:40.000Z (4 months ago)
- Last Synced: 2024-11-11T06:14:57.256Z (3 months ago)
- Topics: package-manager, windows, winget
- Language: JSON
- Homepage: https://github.com/microsoft/winget-cli
- Size: 27.7 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 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](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)### 📝 Notes
```
winget list
winget search xxx
winget install xxx
winget upgrade --all
winget export -o package.json
winget import -i package.json
```