Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 577 Bytes

File metadata and controls

26 lines (19 loc) · 577 Bytes

StructuredPowerShellModulePlasterTemplate

Structured PowerShell Module Plaster Template

Usage

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

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

Help

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