EsOsO / Stucco

An opinionated Plaster template for high-quality PowerShell modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stucco

Trowel

Stucco is an opinionated Plaster template for building high-quality PowerShell modules. This template produces PowerShell projects according to a structure that I and many others in the PowerShell community use. Apart from the PowerShell module itself, this template creates project scaffolding that enables effective collaboration with the community.

Features

Usage

$template = Get-PlasterTemplate -IncludeInstalledModules | Where-Object TemplatePath -Match 'Stucco'

Invoke-Plaster -TemplatePath $template.TemplatePath

Contributions Welcome

The goal of this project is help create common patterns for PowerShell module development. Additional features or capabilities that benefit the community are welcome.

About

An opinionated Plaster template for high-quality PowerShell modules

License:MIT License


Languages

Language:PowerShell 100.0%