✅ Learn PowerShell: https://kamilpro.com/pwsh1
✅ Learn PowerShell Scripting: https://kamilpro.com/pwsh2
✅ Learn CI/CD With PowerShell and GitHub Actions: https://kamilpro.com/pwsh3
The more PowerShell code you write results in more and more scripts. Often you have multiple scripts managing one domain or application. What in situation when scripts start to use other scripts to work, creating so called dependency?
PowerShell module is the answer - it's the native way of bundling in multiple functions together as a single file. And the best comes with Module's Manifest, a file that describes things like version of your module, requirements for it to run, author's details etc.
In this video I'll present to you how to convert scripts into a module and use manifest to add more information about your module.
Files available at: https://github.com/thekamilpro/About-...
00:00 BEGIN
00:26 About video
01:49 Files and code
02:41 Wrapper script
03:20 All functions in one file
03:53 Create module file
04:40 Create module manifest
14:04 Import module
15:32 Summary
◼️◼️◼️
🐤 Twitter: / thekamilpro
📜 LinkedIn: www.linkedin.com/in/kamilpro
🌎 Website: https://kamilpro.com
💻 GitHub: https://github.com/thekamilpro