Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 folder

In 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)
~~~