My CI/CD for managing PowerShell content
So the only thing you will have to focus on is writing the code
Search for a command to run...

Series
This series will be about my CI/CD solution for PowerShell content.
For final solution please check https://github.com/ztrhgf/Powershell_CICD_repository
So the only thing you will have to focus on is writing the code
There are detailed articles about GIT hooks already, so this post will be more about practical examples, than about theory :) Table of contents What are GIT hooks? TL;DR Real life use cases for use of GIT hooks 1. How to check syntax of PowerShell f...

In my previous post about automating PowerShell module creation I've mentioned usage of AST for code analysis. Mainly for extracting information like function definition, aliases etc. So today I will show you some basics, plus give you several real w...

Using Export-ScriptsToModule function :)
