I recently presented to the Mississippi PowerShell User Group via Skype for Business on Tuesday 9th (well Wednesday as it was 2:30am that I presented for them)
The video from that session is now online at https://youtu.be/z3CmI73LnyI
My session was around my Script & Module Creation Workflow and the Tight integration with Git & Pester that I have included in a module that is an Addon to the PowerShell ISE - Called ISE_Cew
ISE_Cew can be downloaded from the PowerShell Gallery in 1 line
Install-Module ISE_Cew
This is only if you are running PowerShell v3+ and have installed the PackageManagement Additional install - details at PackageManagement on v3/v4
Otherwise you can install it from GitHub at https://github.com/kilasuit/ISE_CEW
Hopefully this will be helpful for you and I’ll look forward to gathering feedback from you in future.