Skip to content

Conversation

@MariusStorhaug
Copy link
Member

Description

This pull request introduces several updates to the PSModule functions, including module dependency updates, file restructuring, and new documentation. It also adds a custom argument completer for the New-PSModuleTest command. The most important changes are summarized below:

Module dependency updates and file restructuring

  • Updated module dependencies in Get-PSModuleTest.ps1 and New-PSModuleTest.ps1 to require newer versions of PSSemVer, and added dependencies on DynamicParams and Store. Both files were also moved into the PSModule subfolder and renamed accordingly. [1] [2]
  • Updated .github/PSModule.yml to configure the linter environment variable VALIDATE_BIOME_FORMAT to false.

New features

  • Added a custom argument completer in completers.ps1 for the New-PSModuleTest command's Name parameter, providing suggestions such as 'Alice', 'Bob', and 'Charlie'.

Documentation

  • Added a new markdown documentation file PSModule.md in the PSModule folder.
  • Added a new markdown documentation file SomethingElse.md in the SomethingElse folder.

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner October 15, 2025 10:01
@MariusStorhaug MariusStorhaug merged commit 6f45d13 into main Oct 15, 2025
38 checks passed
@MariusStorhaug MariusStorhaug deleted the nestedDocs branch October 15, 2025 10:07
@github-actions
Copy link

Module Template-PSModule - 0.0.6 published to the PowerShell Gallery.

@github-actions
Copy link

GitHub release for Template-PSModule v0.0.6 has been created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants