rb.chocolatey-core.extension
1.3.3
dotnet add package rb.chocolatey-core.extension --version 1.3.3
NuGet\Install-Package rb.chocolatey-core.extension -Version 1.3.3
<PackageReference Include="rb.chocolatey-core.extension" Version="1.3.3" />
paket add rb.chocolatey-core.extension --version 1.3.3
#r "nuget: rb.chocolatey-core.extension, 1.3.3"
// Install rb.chocolatey-core.extension as a Cake Addin
#addin nuget:?package=rb.chocolatey-core.extension&version=1.3.3
// Install rb.chocolatey-core.extension as a Cake Tool
#tool nuget:?package=rb.chocolatey-core.extension&version=1.3.3
This package provides helper functions installed as a Chocolatey extension.
These functions may be used in Chocolatey install/uninstall scripts by declaring this package a dependency in your package's nuspec.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on rb.chocolatey-core.extension:
Package | Downloads |
---|---|
rb.Firefox
Bringing together all kinds of awesomeness to make browsing better for you. ## Features - A powerful, new engine that’s built for rapidfire performance. - Better, faster page loading that uses less computer memory. - Gorgeous design and smart features for intelligent browsing. - Instantly import your online info and favorites from any other browser. - The most powerful private browsing mode with added tracking protection. - Firefox Quantum features: screenshots, pocket, gaming & VR, library. - Customization Features - addons & extensions, themes, toolbar. - Synced across devices - passwords, bookmarks, tabs and more. - Ad tracker blocking. - Password manager. ## Package Parameters ## Notes - Looking for Firefox Developer Edition? Install the [firefox-dev](/packages/firefox-dev) package. - Looking for Firefox Extended Support Release? Install the [FirefoxESR](/packages/FirefoxESR) package. - Will always install the en-US language version |
|
rb.GoogleChrome
Chrome is a fast, simple, and secure web browser, built for the modern web. ### Notes * This package uses Chrome's administrative MSI installer and installs the 32-bit on 32-bit OSes and the 64-bit version on 64-bit OSes. If this package is installed on a 64-bit OS and the 32-bit version of Chrome is already installed, the package keeps installing/updating the 32-bit version of Chrome. * This package always installs the latest version of Google Chrome, regardless of the version specified in the package. Google does not officially offer older versions of Chrome for download. Because of this you may get checksum mismatch between the time Google releases a new installer, and the package is automatically updated. |
|
rb.git.install
Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike. ## Features * **Git BASH**: Git for Windows provides a BASH emulation used to run Git from the command line. *NIX users should feel right at home, as the BASH emulation behaves just like the "git" command in LINUX and UNIX environments. * **Git GUI**: As Windows users commonly expect graphical user interfaces, Git for Windows also provides the Git GUI, a powerful alternative to Git BASH, offering a graphical version of just about every Git command line function, as well as comprehensive visual diff tools. * **Shell Integration**: Simply right-click on a folder in Windows Explorer to access the BASH or GUI. ## Package parameters - `/GitOnlyOnPath` - Puts gitinstall\cmd on path. This is also done by default if no package parameters are set. - `/GitAndUnixToolsOnPath` - Puts gitinstall\bin on path. This setting will override `/GitOnlyOnPath`. - `/NoAutoCrlf` - Ensure _'Checkout as is, commit as is'_. This setting **only affects new installs**, it will not override an existing `.gitconfig`. - `/WindowsTerminal` - Makes `vim` use the regular Windows terminal instead of MinTTY terminal. - `/NoShellIntegration` - Disables open GUI and open shell integration ( _"Git GUI Here"_ and _"Git Bash Here"_ entries in context menus). - `/NoGuiHereIntegration` - Disables open GUI shell integration ( _"Git GUI Here"_ entry in context menus). - `/NoShellHereIntegration` - Disables open git bash shell integration ( _"Git Bash Here"_ entry in context menus) - `/NoCredentialManager` - Disable _Git Credential Manager_ by adding `$Env:GCM_VALIDATE='false'` user environment variable. - `/NoGitLfs` - Disable Git LFS installation. - `/SChannel` - Configure Git to use the Windows native SSL/TLS implementation (SChannel) instead of OpenSSL. This aligns Git HTTPS behavior with other Windows applications and system components and increases manageability in enterprise environments. Example: `choco install git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /SChannel /NoAutoCrlf"` ## Notes - The package uses default install options minus cheetah integration and desktop icons. Cheetah prevents a good upgrade scenario, so it has been removed. |
|
rb.7zip.install
7-Zip is a file archiver with a high compression ratio. ## Features - High compression ratio in [7z format](http://www.7-zip.org/7z.html) with **LZMA** and **LZMA2** compression - Supported formats: - Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM - Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS, IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR, RPM, SquashFS, UDF, UEFI, VDI, VHD, VMDK, WIM, XAR and Z. - For ZIP and GZIP formats, **7-Zip** provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip - Strong AES-256 encryption in 7z and ZIP formats - Self-extracting capability for 7z format - Integration with Windows Shell - Powerful File Manager - Powerful command line version - Plugin for FAR Manager - Localizations for 87 languages ## Notes - The installer for 7-Zip is known to close the explorer process. This means you may lose current work. If it doesn't automatically restart explorer, type `explorer` on the command shell to restart it. |
|
rb.vscode
Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows. ## Features * **Meet IntelliSense:** Go beyond syntax highlighting and autocomplete with IntelliSense, which provides smart completions based on variable types, function definitions, and imported modules. * **Print statement debugging is a thing of the past:** Debug code right from the editor. Launch or attach to your running apps and debug with break points, call stacks, and an interactive console. * **Git commands built-in:** Working with Git has never been easier. Review diffs, stage files, and make commits right from the editor. Push and pull from any hosted Git service. * **Extensible and customizable:** Want even more features? Install extensions to add new languages, themes, debuggers, and to connect to additional services. Extensions run in separate processes, ensuring they won't slow down your editor. ## Package parameters * `/NoDesktopIcon` - Don't add a desktop icon. * `/NoQuicklaunchIcon` - Don't add an icon to the QuickLaunch area. * `/NoContextMenuFiles` - Don't add an _Open with Code_ entry to the context menu for files. * `/NoContextMenuFolders` - Dont't add an _Open with Code_ entry to the context menu for folders. * `/DontAddToPath` - Don't add Visual Studio Code to the system PATH. Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"` ## Notes * The package uses default install options except that it adds context menu entries and Visual Studio Code isn't started after installation. * For disabling the auto-update functionality see the [Visual Studio Code Auto Update Deactivation package](https://chocolatey.org/packages/visualstudiocode-disableautoupdate).  |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.3 | 7,164 | 6/14/2019 |