https://github.com/chocolatey-community/chocolatey-module
PowerShell Module and DSC Resource for Chocolatey Software
https://github.com/chocolatey-community/chocolatey-module
Last synced: about 1 month ago
JSON representation
PowerShell Module and DSC Resource for Chocolatey Software
- Host: GitHub
- URL: https://github.com/chocolatey-community/chocolatey-module
- Owner: chocolatey-community
- License: mit
- Created: 2017-10-05T21:55:09.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T05:36:36.000Z (about 2 years ago)
- Last Synced: 2025-04-11T01:39:40.748Z (about 2 months ago)
- Language: PowerShell
- Size: 425 KB
- Stars: 43
- Watchers: 7
- Forks: 15
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Chocolatey Module
[](https://ci.appveyor.com/project/gaelcolas/chocolatey)
[](https://www.powershellgallery.com/packages/chocolatey/)
[](https://www.powershellgallery.com/packages/chocolatey/)This module intend to wrap around the [Chocolatey Software](https://chocolatey.org) binary, to create a PowerShell interface and provide DSC resources.
The module let you install the chocolatey binary from a Nuget feed, optionally specifying a version, Proxy and Credentials to use.This project has adopted the Microsoft Open Source Code of Conduct.
For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.## Code of Conduct
This project has adopted this [Code of Conduct](CODE_OF_CONDUCT.md).
## Releases
For each merge to the branch `main` a preview release will be
deployed to [PowerShell Gallery](https://www.powershellgallery.com/).
Periodically a release version tag will be pushed which will deploy a
full release to [PowerShell Gallery](https://www.powershellgallery.com/).## Contributing
Please check out common DSC Community [contributing guidelines](CONTRIBUTING.md).