Plaster is a template-based file and project generator written in PowerShell. Its purpose is to streamline the creation of PowerShell module projects, Pester tests, DSC configurations, and more. File generation is performed using crafted templates which allow the user to fill in details and choose from options to get their desired output.
You can think of Plaster as Yeoman for the PowerShell community.
If you have the PowerShellGet module installed you can enter the following command:
Install-Module Plaster -Scope CurrentUser
Alternatively you can download a ZIP file of the latest version from our Releases page.
You can learn how to use Plaster and write your own templates by reading our documentation:
Or by watching:
- Working with Plaster Presentation by David Christian - @dchristian3188
Or by checking out some blog posts on Plaster:
- Working with Plaster by David Christian - @dchristian3188
This project is licensed under the MIT License.