Initial
This commit is contained in:
59
README.MD
Normal file
59
README.MD
Normal file
@@ -0,0 +1,59 @@
|
||||
# Chocolatey-tools
|
||||
|
||||

|
||||
|
||||
## Description
|
||||
|
||||
PowerShell module for managing Chocolatey
|
||||
|
||||
Authored by Dan Franciscus
|
||||
|
||||
## Installing
|
||||
|
||||
The easiest way to get Chocolatey-tools is using the [PowerShell Gallery](https://powershellgallery.com/packages/Chocolatey-tools/)!
|
||||
|
||||
### 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:
|
||||
|
||||
``` PowerShell
|
||||
PS> Save-Module -Name Chocolatey-tools -Path <path>
|
||||
```
|
||||
|
||||
### Installing the module
|
||||
|
||||
Once you trust a module, you can install it using:
|
||||
|
||||
``` PowerShell
|
||||
PS> Install-Module -Name Chocolatey-tools
|
||||
```
|
||||
|
||||
### Updating Chocolatey-tools
|
||||
|
||||
Once installed from the PowerShell Gallery, you can update it using:
|
||||
|
||||
``` PowerShell
|
||||
PS> Update-Module -Name Chocolatey-tools
|
||||
```
|
||||
|
||||
### Uninstalling Chocolatey-tools
|
||||
|
||||
To uninstall Chocolatey-tools:
|
||||
|
||||
``` PowerShell
|
||||
PS> Uninstall-Module -Name Chocolatey-tools
|
||||
```
|
||||
|
||||
## Contributing to Chocolatey-tools
|
||||
|
||||
Interested in contributing? Read how you can [Contribute](contributing.md) to Chocolatey-tools
|
||||
|
||||
This project maintains a [Code of Conduct](code-of-conduct.md) that establishes how the project is governed and how everyone involved is expected to behave. You can report unacceptable behavior to [dfranciscus@cnjcomputing.com](mailto:dfranciscus@cnjcomputing.com).
|
||||
|
||||
## Release History
|
||||
|
||||
A detailed release history is contained in the [Change Log](CHANGELOG.md).
|
||||
|
||||
## License
|
||||
|
||||
Chocolatey-tools is provided under the [MIT license](LICENSE.md).
|
||||
Reference in New Issue
Block a user