Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sous-chefs/resharper
Development repository for the resharper cookbook
https://github.com/sous-chefs/resharper
chef chef-cookbook chef-resource hacktoberfest managed-by-terraform resharper
Last synced: about 1 month ago
JSON representation
Development repository for the resharper cookbook
- Host: GitHub
- URL: https://github.com/sous-chefs/resharper
- Owner: sous-chefs
- License: apache-2.0
- Created: 2013-05-28T21:38:11.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T14:17:50.000Z (about 1 year ago)
- Last Synced: 2024-04-14T04:18:53.469Z (8 months ago)
- Topics: chef, chef-cookbook, chef-resource, hacktoberfest, managed-by-terraform, resharper
- Language: Ruby
- Homepage: https://supermarket.chef.io/cookbooks/resharper
- Size: 65.4 KB
- Stars: 1
- Watchers: 84
- Forks: 2
- Open Issues: 2
-
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/resharper.svg)](https://supermarket.chef.io/cookbooks/resharper)
[![Build status](https://ci.appveyor.com/api/projects/status/j2fei3q90p9dft9q/branch/master?svg=true)](https://ci.appveyor.com/project/ChefWindowsCookbooks65871/resharper/branch/master)# ReSharper Cookbook
Installs and configures JetBrains ReSharper Ultimate.
# Requirements
Visual Studio is already installed.
# Usage
Include the `resharper::default` recipe in your run list.
# Attributes
## Optional
* `node['resharper']['version']` - Defaults to ReSharper `2018.1`. If you change this you'll need to change the installer checksum.
* `node['resharper']['checksum']` - The setup executable SHA256 checksum.
* `node['resharper']['source']` - Root URL to download the setup executable, defaults to `https://download.jetbrains.com/resharper/`.
* `node['resharper']['vs_versions']` - The Visual Studio major versions to integrate ReSharper into. Defaults to `%w(10 11 12 14)` where 14 is Visual Studio 2015 and so on.
* `node['resharper']['products']` - The JetBrains products to install. Defaults to `dotPeek;ReSharper`. Product names must be separated by semicolons.See [this JetBrains article](https://resharper-support.jetbrains.com/hc/en-us/articles/207241485-How-can-I-perform-a-silent-install-of-ReSharper-) for all `vs_versions` and `products` options.
# Recipes
default
-------Installs ReSharper
# Author
Author:: Shawn Neal ()