{"id":14064597,"url":"https://github.com/chocolatey/cChoco","last_synced_at":"2025-07-29T18:33:09.867Z","repository":{"id":21733035,"uuid":"25054756","full_name":"chocolatey/cChoco","owner":"chocolatey","description":"Community resource to manage Chocolatey","archived":false,"fork":false,"pushed_at":"2024-08-14T18:44:38.000Z","size":191,"stargazers_count":154,"open_issues_count":35,"forks_count":99,"subscribers_count":22,"default_branch":"development","last_synced_at":"2024-09-22T00:14:59.599Z","etag":null,"topics":["chocolatey","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chocolatey.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-10-10T21:55:09.000Z","updated_at":"2024-08-01T18:22:24.000Z","dependencies_parsed_at":"2024-05-27T23:18:16.821Z","dependency_job_id":"4b4d2cc5-2518-4daa-8adf-ed2474474006","html_url":"https://github.com/chocolatey/cChoco","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chocolatey%2FcChoco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chocolatey%2FcChoco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chocolatey%2FcChoco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chocolatey%2FcChoco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chocolatey","download_url":"https://codeload.github.com/chocolatey/cChoco/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228040736,"owners_count":17860211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chocolatey","hacktoberfest"],"created_at":"2024-08-13T07:03:57.064Z","updated_at":"2024-12-04T03:31:05.675Z","avatar_url":"https://github.com/chocolatey.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"| Branch        | Status        |\n| ------------- | ------------- |\n| master        | [![Build status](https://ci.appveyor.com/api/projects/status/qma3jnh23w5vjt46/branch/master?svg=true\u0026passingText=master%20-%20OK\u0026pendingText=master%20-%20PENDING\u0026failingText=master%20-%20FAILED)](https://ci.appveyor.com/project/LawrenceGripper/cchoco/branch/master) |\n| development           | [![Build status](https://ci.appveyor.com/api/projects/status/qma3jnh23w5vjt46/branch/development?svg=true\u0026passingText=development%20-%20OK\u0026pendingText=development%20-%20PENDING\u0026failingText=development%20-%20FAILED)](https://ci.appveyor.com/project/LawrenceGripper/cchoco/branch/development) |\n\n# Community Chocolatey DSC Resource\n\n[![Join the chat at https://gitter.im/chocolatey/cChoco](https://badges.gitter.im/chocolatey/cChoco.svg)](https://gitter.im/chocolatey/cChoco?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nThis resource is aimed at getting and installing packages using Chocolatey.\n\nThe resource takes the name of the package and will then install that package.\n\nSee [ExampleConfig.ps1](ExampleConfig.ps1) for example usage.\n\nSee list of packages here: https://chocolatey.org/packages\n\n## Contributing\n\nHappy to accept new features and fixes. Outstanding issues which can be worked on tagged `Up For Grabs` under issues.\n\n### Submitting a PR\n\nHere's the general process of fixing an issue in the DSC Resource Kit:\n1. Fork the repository.\n3. Clone your fork to your machine.\n4. It's preferred to create a non-master working branch where you store updates.\n5. Make changes.\n6. Write pester tests to ensure that the issue is fixed.\n7. Submit a pull request to the development branch.\n8. Make sure all tests are passing in AppVeyor for your pull request.\n9. Make sure your code does not contain merge conflicts.\n10. Address comments (if any).\n\n### Build and Publishing\n\nAppVeyor is used to package up the resource and publish to the PowerShell Gallery (on successful build from a newly pushed tag only).\n\nThe AppVeyor scripts do the following:\n- Test the resources using 'xDSCResourceDesigner'\n- Verify best practises using 'PSScriptAnalyzer'\n- Update the version in the manifest file\n- Publish the module to the PowerShell gallery\n- Check in updated manifest file to GitHub\n\nTo build:\n\n1. Update `ModuleVersion` in `cChoco.psd1` - use `major.minor.patch.0`;\n2. Update `version` in `appveyor.yml` - use `major.minor.patch.{build}`;\n3. Merge development branch to master - `git checkout master`, `git merge development`, `git push origin`;\n4. Tag master with new version - `git tag v\u003cmajor.minor.patch\u003e`;\n5. Push changes with tag `git push origin v\u003cmajor.minor.patch\u003e`\n\n## Known Issues / Troubleshooting\n\n### WS-Management - Exceeds the maximum envelope size allowed\n\nThe maximum envelope size for WinRM is not sufficient for installing large packages. To increase the envelope size use `winrm set winrm/config @{MaxEnvelopeSizekb=”153600″}` - this example will increase it to 150MB.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchocolatey%2FcChoco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchocolatey%2FcChoco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchocolatey%2FcChoco/lists"}