https://github.com/markwarneke/powershellplaster
PowerShell code generator, CI/CD pipeline. Demo-Project
https://github.com/markwarneke/powershellplaster
pester pester-tests plaster plaster-template powershell
Last synced: 11 months ago
JSON representation
PowerShell code generator, CI/CD pipeline. Demo-Project
- Host: GitHub
- URL: https://github.com/markwarneke/powershellplaster
- Owner: MarkWarneke
- Created: 2017-12-09T23:22:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T14:33:30.000Z (about 8 years ago)
- Last Synced: 2025-01-24T15:36:14.644Z (about 1 year ago)
- Topics: pester, pester-tests, plaster, plaster-template, powershell
- Language: PowerShell
- Homepage: https://aka.ms/mark/pscd
- Size: 48.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerShell Plaster
Project for documenting how to use Plaster https://aka.ms/mark/pscd
DefaultPlasterManifest is the generated struct when Invoke-Plaster is invoked with New-PlasterManifest
MarkMitKPlasterManifestTemplate is a customized PlasterManifest
MarkMitKAdvancedPlasterManifestTemplate is a highly customized PlasterManifest for creating modules including functions blueprints, docs and tests
Please leave feedback at https://aka.ms/mark/pscd/voice
# Resources
https://aka.ms/mark/pscd
* http://overpoweredshell.com/Working-with-Plaster/
* https://www.youtube.com/watch?v=16CYGTKH73U&t=2923s
* https://github.com/SQLDBAWithABeard/PlasterTemplate
Special thanks to @SQLDBAWithBeard (PowerShell and SQL Saturday in Munich)