Structured PowerShell Module Plaster Template
- Install Plaster
Install-Module Plaster -Scope CurrentUser
- Download this template
git clone https://github.com/sytone/StructuredPowerShellModulePlasterTemplate.git
- Invoke the template to make a new module.
mkdir .\mycoolmodule
Invoke-Plaster -TemplatePath .\StructuredPowerShellModulePlasterTemplate -DestinationPath .\mycoolmodule
- Follow the instructions / prompts
Not much yet, let me know if there is a issue by making one :)