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

https://github.com/sytone/structuredpowershellmoduleplastertemplate

Structured PowerShell Module Plaster Template
https://github.com/sytone/structuredpowershellmoduleplastertemplate

plaster powershell powershell-tests template

Last synced: 11 months ago
JSON representation

Structured PowerShell Module Plaster Template

Awesome Lists containing this project

README

          

# StructuredPowerShellModulePlasterTemplate
Structured PowerShell Module Plaster Template

# Usage

1. Install Plaster
```
Install-Module Plaster -Scope CurrentUser
```
2. Download this template
```
git clone https://github.com/sytone/StructuredPowerShellModulePlasterTemplate.git
```
3. Invoke the template to make a new module.
```
mkdir .\mycoolmodule

Invoke-Plaster -TemplatePath .\StructuredPowerShellModulePlasterTemplate -DestinationPath .\mycoolmodule
```
4. Follow the instructions / prompts

# Help

Not much yet, let me know if there is a issue by making one :)