Dan Franciscus 4d6089b801 Added demos
2019-05-01 12:05:55 -07:00
2019-04-25 10:55:56 -04:00
2019-04-25 10:55:56 -04:00
2019-05-01 12:05:55 -07:00
2019-05-01 10:47:02 -07:00
2019-04-25 10:55:56 -04:00
2019-04-25 10:55:56 -04:00
2019-04-25 10:55:56 -04:00
2019-04-25 10:55:56 -04:00
2019-04-25 10:55:56 -04:00
2019-04-25 10:55:56 -04:00
2019-04-25 10:55:56 -04:00
2019-04-26 14:59:10 -04:00

Chocolatey-tools

Description

PowerShell module for managing Chocolatey internalizing and remote upgrading of client packages

Authored by Dan Franciscus

Installing

The easiest way to get Chocolatey-tools is using the PowerShell Gallery!

Inspecting the module

Best practice is that you inspect modules prior to installing them. You can do this by saving the module to a local path:

PS> Save-Module -Name Chocolatey-tools -Path <path>

Installing the module

Once you trust a module, you can install it using:

PS> Install-Module -Name Chocolatey-tools

Updating Chocolatey-tools

Once installed from the PowerShell Gallery, you can update it using:

PS> Update-Module -Name Chocolatey-tools

Uninstalling Chocolatey-tools

To uninstall Chocolatey-tools:

PS> Uninstall-Module -Name Chocolatey-tools

Contributing to Chocolatey-tools

Interested in contributing? Read how you can Contribute to Chocolatey-tools

This project maintains a Code of Conduct that establishes how the project is governed and how everyone involved is expected to behave. You can report unacceptable behavior to dfranciscus@cnjcomputing.com.

Release History

A detailed release history is contained in the Change Log.

License

Chocolatey-tools is provided under the MIT license.

Description
No description provided
Readme 122 KiB
Languages
PowerShell 100%