Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/MSAdministrator/TemplatePowerShellModule
- Owner: MSAdministrator
- License: mit
- Created: 2018-07-14T03:27:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T01:07:56.000Z (over 6 years ago)
- Last Synced: 2024-10-28T10:02:24.406Z (15 days ago)
- Language: PowerShell
- Size: 11.7 KB
- Stars: 64
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - MSAdministrator/TemplatePowerShellModule - A Template PowerShell Module (PowerShell)
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
```