This contains Chocolatey packages, both manually and automatically maintained.
- automatic - where automatic packaging and packages are kept. These are packages that are automatically maintained using chocolatey-au.
- icons - Where you keep icon files for the packages. This is done to reduce issues when packages themselves move around.
- manual - where packages that are not automatic are kept.
- Chocolatey (choco.exe)
- PowerShell v5+.
- The chocolatey-au module.
- Click "Use this template" then "Create a new repository". Name it
chocolatey-packages
- Clone the repository locally.
- Head into the
setup
folder and perform the steps in the README there. - Edit this README. Update the badges at the top.
You want to bring in all of your packages into the proper folders. We suggest using some sort of diffing tool to look at the differences between your current solution and this solution and then making adjustments to it. Pay special attention to the setup folder.
- Bring over the following files to your package source repository:
automatic\README.md
icons\README.md
manual\README.md
setup\*.*
.appveyor.yml
- Inspect the following file and add the differences:
.gitignore