Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MSAdministrator/TemplatePowerShellModule

A Template PowerShell Module
https://github.com/MSAdministrator/TemplatePowerShellModule

Last synced: 5 days ago
JSON representation

A Template PowerShell Module

Awesome Lists containing this project

README

        

# TemplatePowerShellModule

[![Build status](https://ci.appveyor.com/api/projects/status/7yb9er834qod0xvw?svg=true)](https://ci.appveyor.com/project/Name/templatepowershellmodule)

## TemplatePowerShellModule Title

{Super High level description}

## Synopsis

A PowerShell Module to

## Description

A PowerShell Module to

## Using TemplatePowerShellModule

To use this module, you will first need to download/clone the repository and import the module:

```powershell
Import-Module .\TemplatePowerShellModule.psm1
```

### How to use

Explain how to use this module

```powershell
New-FunctionName -Parameter1 'C:\Packages' -Parameter2 'C:\NewPackages'
```

### Using function 2 in TemplatePowerShellModule

Description on using function 1 in TemplatePowerShellModule

```powershell
Get-Function2 -Parameter1 'SomePackageName' -Parameter2 'C:\some\path_to_folder_containing_packages'
```

## Notes

```yaml
Name: TemplatePowerShellModule
Created by: First Last
Created Date: DATE
```