Skip to content

pwshdevs/PSLath

 
 

Repository files navigation

PSStucco Trowel

Important

This is a rebuild of the Stucco Module with some various tweaks and bugfixes for personal use. Feel free to use also. You can view the differences and details by looking at the commit changes and the issues from devblackops/Stucco.

Contents


Badges

Publish PS Gallery License
Publish PowerShell Gallery License

Overview

Tip

(PS)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

Installation

Install from the PowerShell Gallery:

Install-PSResource PSStucco

Usage

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

Invoke-Plaster -TemplatePath $template.TemplatePath

Contribution

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 93.3%
  • Dockerfile 6.7%