Articles in this series
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 :)