ModuleBuilder icon indicating copy to clipboard operation
ModuleBuilder copied to clipboard

A PowerShell Module to help scripters write, version, sign, package, and publish.

Results 11 ModuleBuilder issues
Sort by recently updated
recently updated
newest added
trafficstars

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,...

21 - Hacktoberfest
99 - External (RequiredModule)
19 - Documentation

**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...

20 - Enhancement

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...

20 - Enhancement
21 - Hacktoberfest

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...

20 - Enhancement
21 - Hacktoberfest

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...

20 - Enhancement
21 - Hacktoberfest

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...

20 - Enhancement

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...

20 - Enhancement
12 - Discussion

**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...

20 - Enhancement
23 - Common tests