Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chocolatey-community/chocolatey-package-recipes
Chocolatey Ganache - Chocolatey repository full of package recipes and patterns
https://github.com/chocolatey-community/chocolatey-package-recipes
hacktoberfest
Last synced: about 2 months ago
JSON representation
Chocolatey Ganache - Chocolatey repository full of package recipes and patterns
- Host: GitHub
- URL: https://github.com/chocolatey-community/chocolatey-package-recipes
- Owner: chocolatey-community
- License: apache-2.0
- Created: 2017-02-23T23:39:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:17:04.000Z (about 2 years ago)
- Last Synced: 2024-08-14T07:06:54.715Z (5 months ago)
- Topics: hacktoberfest
- Language: PowerShell
- Homepage:
- Size: 28.3 KB
- Stars: 21
- Watchers: 30
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - chocolatey-community/chocolatey-package-recipes - Chocolatey Ganache - Chocolatey repository full of package recipes and patterns (PowerShell)
README
# Chocolatey Ganache
Chocolatey Ganache - Chocolatey repository full of package recipes and patterns.
In here you will find multiple patterns for packages that an organization can use internally. This is great for software packages and other types of packages that really don't have a place or the ability to be hosted on the community repository.
## Contributing
Please create package folderIn the folder, please include a `README.md` and a `_TODO.md`. The README should be in the format of explaining the package and what the software is. The TODO should explain how an organization can take the recipe and add in the additional elements to convert it into a full fledged package.
NOTE: You are agreeing to release your contributions here under an Apache v2 license.
Example structure:
~~~
visualstudio2017
|
| - visualstudio2017.nuspec
| - README.md
| - _TODO.md
| - tools
| |
| | - chocolateyInstall.ps1
| | - chocolateyBeforeModify.ps1
| | - chocolateyUninstall.ps1
| | - LICENSE.txt (software license file)
~~~