https://github.com/bdbch/winget
A winget wrapper library to make working with the Winget CLI easier.
https://github.com/bdbch/winget
Last synced: about 1 year ago
JSON representation
A winget wrapper library to make working with the Winget CLI easier.
- Host: GitHub
- URL: https://github.com/bdbch/winget
- Owner: bdbch
- License: mit
- Created: 2025-05-11T19:23:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-11T20:15:39.000Z (about 1 year ago)
- Last Synced: 2025-05-11T20:25:23.975Z (about 1 year ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @bdbchgg/winget
A winget wrapper library to make working with the Winget CLI easier.
## Documentation
For detailed documentation on the available functions and how to use them, please refer to [docs.md](docs.md).
## About
`@bdbchgg/winget` is a lightweight and user-friendly wrapper around the Windows Package Manager (Winget) CLI. It simplifies the process of searching, listing, and managing packages by providing a programmatic interface. This library is designed to make it easier for developers to integrate Winget functionality into their Node.js applications.
### Features
- Search for packages using Winget.
- Parse and process Winget CLI outputs.
- Easy-to-use TypeScript interfaces for better type safety.
## Contribute
We welcome contributions! Please check out our [CONTRIBUTE](CONTRIBUTE.md) file for guidelines on how to get started.
## Maintainer
- **Dominik Biedebach** ([GitHub](https://github.com/bdbch))
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.