Organising all files, scripts and functions required to build a module might give one a headache. PowerShell doesn't come with native way of building the module, which doesn't make our job easier.
Hence, we're going to use ModuleBuilder from PowerShell community so that the way we organise the code is predictable and used widely across other PowerShell projects.
In this video I'll walk you through the process of preparing, organising and finally building the module.
Sample Files: https://github.com/thekamilpro/About-...
Module Builder: https://github.com/PoshCode/ModuleBui...
00:00 BEGIN
00:31 ABOUT VIDEO
01:56 Module Builder
02:48 Sample files for today
03:56 Files organisation
04:11 Install Requirements
05:17 Start Module Build
05:55 Source directory
06:10 Module manifest
08:20 Debugging source files
10:45 Building module
13:03 Making functions public/private
18:25 Summary
◼️◼️◼️
🐤 Twitter: / thekamilpro
📜 LinkedIn: www.linkedin.com/in/kamilpro
🌎 Website: https://kamilpro.com
💻 GitHub: https://github.com/thekamilpro