Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.73 KB

MODULE_README.md

File metadata and controls

59 lines (34 loc) · 1.73 KB

<%= $PLASTER_PARAM_ModuleName %>

Build Status

Description

<%= $PLASTER_PARAM_ModuleDescription %>

Authored by <%= $PLASTER_PARAM_AuthorName %>

Installing

The easiest way to get <%= $PLASTER_PARAM_ModuleName %> is using the [PowerShell Gallery](https://powershellgallery.com/packages/<%= $PLASTER_PARAM_ModuleName %>/)!

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 <%= $PLASTER_PARAM_ModuleName %> -Path <path>

Installing the module

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

PS> Install-Module -Name <%= $PLASTER_PARAM_ModuleName %>

Updating <%= $PLASTER_PARAM_ModuleName %>

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

PS> Update-Module -Name <%= $PLASTER_PARAM_ModuleName %>

Uninstalling <%= $PLASTER_PARAM_ModuleName %>

To uninstall <%= $PLASTER_PARAM_ModuleName %>:

PS> Uninstall-Module -Name <%= $PLASTER_PARAM_ModuleName %>

Contributing to <%= $PLASTER_PARAM_ModuleName %>

Interested in contributing? Read how you can Contribute to <%= $PLASTER_PARAM_ModuleName %>

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 [<%= $PLASTER_PARAM_AuthorEmail %>](mailto:<%= $PLASTER_PARAM_AuthorEmail %>).

Release History

A detailed release history is contained in the Change Log.

License

<%= $PLASTER_PARAM_ModuleName %> is provided under the MIT license.