Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sous-chefs/beyondcompare
Development repository for the beyondcompare cookbook
https://github.com/sous-chefs/beyondcompare
beyondcompare chef chef-cookbook chef-resource hacktoberfest managed-by-terraform
Last synced: about 1 month ago
JSON representation
Development repository for the beyondcompare cookbook
- Host: GitHub
- URL: https://github.com/sous-chefs/beyondcompare
- Owner: sous-chefs
- License: apache-2.0
- Created: 2016-10-08T01:52:53.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T23:06:33.000Z (11 months ago)
- Last Synced: 2024-04-14T00:52:10.052Z (8 months ago)
- Topics: beyondcompare, chef, chef-cookbook, chef-resource, hacktoberfest, managed-by-terraform
- Language: Ruby
- Homepage: https://supermarket.chef.io/cookbooks/beyondcompare
- Size: 79.1 KB
- Stars: 1
- Watchers: 22
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Cookbook Version](http://img.shields.io/cookbook/v/beyondcompare.svg)](https://supermarket.chef.io/cookbooks/beyondcompare)
[![Build status](https://ci.appveyor.com/api/projects/status/2apr5hmr7oq7uurk/branch/master?svg=true)](https://ci.appveyor.com/project/ChefWindowsCookbooks65871/beyondcompare/branch/master)# Beyond Compare Cookbook
Installs BeyondCompare and optionally configures Beyond Compare as your diff tool and merge tool for git.
## Requirements
Windows
# Usage
Include the `beyondcompare::default` recipe in your run list.
# Attributes
## Optional
* `['beyondcompare']['version']` - The version of BC to install, defaults to '4.2.9'. If you change this you should also change the package_name and checksum attributes.
* `['beyondcompare']['package_name']` - The package name as displayed in Add/Remove programs. Defaults to 'Beyond Compare 4.2.9'.
* `['beyondcompare']['checksum']` - The installer SHA256 checksum.# Recipes
## default
Installs BeyondCompare from Scooter Software and configures git to use Beyond Compare as the diff and merge tool.
## install
Installs BeyondCompare from Scooter Software
## gitconfig
If you have git installed, this recipe configures git to use BeyondCompare is the diff and merge tool.
# Author
Author:: Shawn Neal