Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.23 KB

<%=$PLASTER_PARAM_ModuleName%>

<%=$PLASTER_PARAM_ModuleDescription%>

Azure Pipelines (master) PS Gallery License
[![Build Status](LINK](LINK TO MASTER) PowerShell Gallery License: MIT

Longer description about the module <%=$PLASTER_PARAM_ModuleName%>.

Installation

If you have the PowerShellGet module installed you can enter the following command:

Install to your personal PowerShell modules folder:

Install-Module -Name <%=$PLASTER_PARAM_ModuleName%> -Scope CurrentUser

Install for everyone:

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

Documentation

You can learn how to use the functions by reading our documentation:

More information

License

This project is licensed under the <%=$PLASTER_PARAM_License%>.