ModuleBuilder
ModuleBuilder copied to clipboard
A PowerShell Module to help scripters write, version, sign, package, and publish.
Error as follows: ```powershell (Elevated) adm.fsemti@MER-PRD-RDS01 : ~\Documents\my-module\ModuleBuilder : 14/12/2021 12:50:40 : [main ≡] > .\Install-RequiredModule.ps1 Install-RequiredModule : The term 'Install-RequiredModule' is not recognized as the name of a cmdlet,...
**As a** module author **In order to** understand my code coverage **I need to** use CodeCov.io and other such tools --- Basically I just want to overwrite Pester's coverage file...
First off, thank you so much for creating this project. It is very helpful. Secondly, I have 2 modules that are using ModuleBuilder: 1. ComputerToolKit 2. NewComputerSetup (Requires ComputerToolKit's functions...
Loking at the code it seems that there is no attempt to populate the FileList property in the psd1 It would be useful for this property to be populated when...
Currently `Build-Module` supports passing an informational version to `-SemVer` and it splits it into: ``` ModuleVersion=Major.Minor.Patch PrivateData.PSData.Prerelease=PreReleaseTagWithoutDash ``` and also puts the whole thing into the release notes. We love...
Is it possible to have test files next to their source files instead of in a separate directory? This seems to be pretty standard and is the Pester docs recommended...
Good morning! On Windows and in the NTFS file system, modules which require content to be inserted in a particular order (typically anything class-based) can rely on the naming of...
In at least two cases, Build-Module produces a module which cannot be imported and does not generate an error: - When you have a valid Build.psd1 and manifest but no...
Internally we have begun using a module builder that is heavily inspired by this project and tweaked a bit for our environment. One piece of feedback I received was that...
**As a** ModuleBuilder _user_ **In order to** ensure expectations **I need** shared tests that validate inputs and outputs --- We should create common test cases - Test all exported functions...