Fine-Tuning Skills with PowerShell Modules

 I resumed work on a project to dive deep into Plaster - a tool for auto-generating Modules with custom configurations built-in, instead of having to remember how to create a module each time.

In the past, I had just copied one module and changed the GUID info. It was tedious, but it worked.

This time around, I'm focusing on making it easily repeatable.

Using:

  • Plaster to gen the new module.
  • psake for code build process.
  • Pester tests
  • PlatyPS for dynamic help markdown gen

No comments:

Post a Comment

VS Code + Azure DevOps Pipelines

Update your settings.json to include this file association:    "files.associations" : {     "*pipeline*.yaml" : "az...