All Projects → chocolatey → Cchoco

chocolatey / Cchoco

Licence: apache-2.0
Community resource to manage Chocolatey

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Cchoco

Strongbox
Strongbox is an artifact repository manager.
Stars: ✭ 412 (+258.26%)
Mutual labels:  hacktoberfest, chocolatey
Goodwork
Self hosted project management and collaboration tool powered by TALL stack
Stars: ✭ 1,730 (+1404.35%)
Mutual labels:  hacktoberfest
Sudo
Development repository for sudo cookbook
Stars: ✭ 113 (-1.74%)
Mutual labels:  hacktoberfest
Gitreflow
Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template.
Stars: ✭ 1,488 (+1193.91%)
Mutual labels:  hacktoberfest
Invoke Zerologon
Invoke-ZeroLogon allows attackers to impersonate any computer, including the domain controller itself, and execute remote procedure calls on their behalf.
Stars: ✭ 100 (-13.04%)
Mutual labels:  hacktoberfest
Scriptsdump
The biggest dump of scripts ever!
Stars: ✭ 114 (-0.87%)
Mutual labels:  hacktoberfest
Tinseltown.js
A lightweight CSS/JS library for faux hacker-movie-style page loading effects
Stars: ✭ 113 (-1.74%)
Mutual labels:  hacktoberfest
Gramjs
NodeJS MTProto API Telegram client library,
Stars: ✭ 113 (-1.74%)
Mutual labels:  hacktoberfest
React Most Wanted
React starter kit with "Most Wanted" application features
Stars: ✭ 1,867 (+1523.48%)
Mutual labels:  hacktoberfest
Madelineproto
Async PHP client/server API for the telegram MTProto protocol
Stars: ✭ 1,776 (+1444.35%)
Mutual labels:  hacktoberfest
U Root
A fully Go userland with Linux bootloaders! u-root can create a one-binary root file system (initramfs) containing a busybox-like set of tools written in Go.
Stars: ✭ 1,816 (+1479.13%)
Mutual labels:  hacktoberfest
Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (-1.74%)
Mutual labels:  hacktoberfest
Graphql Schema
GitHub’s GraphQL Schema with validation. Automatically updated.
Stars: ✭ 113 (-1.74%)
Mutual labels:  hacktoberfest
Collector Intellij
A PhpStorm plugin for refactoring to collections
Stars: ✭ 114 (-0.87%)
Mutual labels:  hacktoberfest
Developer Community Stats
🚀 A repository to encourage beginners to contribute to open source and for all contributors to view their Github stats
Stars: ✭ 116 (+0.87%)
Mutual labels:  hacktoberfest
Geospatial
Odoo and GIS
Stars: ✭ 113 (-1.74%)
Mutual labels:  hacktoberfest
Lemmur
🐒 A mobile client for lemmy
Stars: ✭ 114 (-0.87%)
Mutual labels:  hacktoberfest
Dolly
🤖🐑 It's a sheep, it's a dolly, it's a following robot. Dolly was born to be cloned.
Stars: ✭ 113 (-1.74%)
Mutual labels:  hacktoberfest
Pssharedgoods
PSSharedGoods is little PowerShell Module that primary purpose is to be useful for multiple tasks, unrelated to each other. I've created this module as “a glue” between my other modules.
Stars: ✭ 115 (+0%)
Mutual labels:  hacktoberfest
Implicit Hie
Auto generate a stack or cabal multi component hie.yaml file
Stars: ✭ 114 (-0.87%)
Mutual labels:  hacktoberfest
Branch Status
master Build status
development Build status

Community Chocolatey DSC Resource

Join the chat at https://gitter.im/chocolatey/cChoco

This resource is aimed at getting and installing packages using Chocolatey.

The resource takes the name of the package and will then install that package.

See ExampleConfig.ps1 for example usage.

See list of packages here: https://chocolatey.org/packages

Contributing

Happy to accept new features and fixes. Outstanding issues which can be worked on tagged Up For Grabs under issues.

Submitting a PR

Here's the general process of fixing an issue in the DSC Resource Kit:

  1. Fork the repository.
  2. Clone your fork to your machine.
  3. It's preferred to create a non-master working branch where you store updates.
  4. Make changes.
  5. Write pester tests to ensure that the issue is fixed.
  6. Submit a pull request to the development branch.
  7. Make sure all tests are passing in AppVeyor for your pull request.
  8. Make sure your code does not contain merge conflicts.
  9. Address comments (if any).

Build and Publishing

AppVeyor is used to package up the resource and publish to the PowerShell Gallery (on successful build from a newly pushed tag only).

The AppVeyor scripts do the following:

  • Test the resources using 'xDSCResourceDesigner'
  • Verify best practises using 'PSScriptAnalyzer'
  • Update the version in the manifest file
  • Publish the module to the PowerShell gallery
  • Check in updated manifest file to GitHub

To build:

  1. Update ModuleVersion in cChoco.psd1 - use major.minor.patch.0;
  2. Update version in appveyor.yml - use major.minor.patch.{build};
  3. Merge development branch to master - git checkout master, git merge development, git push origin;
  4. Tag master with new version - git tag v<major.minor.patch>;
  5. Push changes with tag git push origin v<major.minor.patch>

Known Issues / Troubleshooting

WS-Management - Exceeds the maximum envelope size allowed

The 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].