Skip to content

plaster template for creating a script-based powershell module.

License

Notifications You must be signed in to change notification settings

MartinSGill/plaster-NewPsModule

Repository files navigation

Plaster template for a new Powershell Module

Simple plaster template to create a new script based powershell module following my preferred structure.

Usage

git clone --depth 1 https://github.com/MartinSGill/plaster-NewPsModule.git

# If required:
Install-Module -Name Plaster -MinimumVersion 1.1.3

Import-Module  -Name Plaster -MinimumVersion 1.1.3
Invoke-Plaster -TemplatePath .\plaster-NewPsModule -DestinationPath PathToNewModule

About

plaster template for creating a script-based powershell module.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published