ModuleForge

1.2.2-prev002

ModuleForge is a PowerShell scaffolding and build tool for creating other PowerShell modules. With ModuleForge, you can easily generate the foundational structure, boilerplate code, and github actions build techniques

Minimum PowerShell version

7.2

This is a prerelease version of ModuleForge.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ModuleForge -RequiredVersion 1.2.2-prev002 -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ModuleForge -Version 1.2.2-prev002 -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2025 Adrian.Andersson

Package Details

Author(s)

  • Adrian.Andersson

Tags

Automation AzureDevOps Bootstrap BuildAutomation CI/CD CrossPlatform DevOps GIT Github Module Scaffold

Functions

Add-MFAzureDevOpsScaffold Add-MFGithubScaffold Add-MFRepositoryXmlData Build-MFProject Get-MFDependencyTree Get-MFFolderItemDetails Get-MFFolderItems Get-MFGitChangeLog Get-MFGitLatestVersion Get-MFLatestSemverFromBuildManifest Get-MFNextSemver Get-MFScriptAnalyzerSummary New-MFProject Register-MFLocalPsResourceRepository Remove-MFLocalPsResourceRepository Update-MFProject Write-MFModuleDocs

Dependencies

This module has no dependencies.

Release Notes

# Change Log


## Bug Fixes

- Redo the folder select in Write-MFModuleDocs to improve edge-cases and to improve markdown results
- switch to case-insensitive replace in Write-MFModuleDocs

FileList

  • ModuleForge.nuspec
  • ModuleForge.psd1
  • ModuleForge.psm1
  • PSGetModuleInfo.xml
  • resource\azureDevOps\pull_request_template.md
  • resource\github\PULL_REQUEST_TEMPLATE.md
  • resource\azureDevOps\pipelines\buildAndRelease.yml
  • resource\azureDevOps\pipelines\pesterTest.yml
  • resource\azureDevOps\pipelines\scriptAnalyzerLintReport.yml
  • resource\github\workflows\buildandrelease.yml
  • resource\github\workflows\pesterTest.yml
  • resource\github\workflows\scriptAnalyzerLintReport.yml

Version History

Version Downloads Last updated
1.2.2 4 7/23/2025
1.2.2-prev002 (current version) 5 7/22/2025
1.2.0 14 7/14/2025
1.2.0-prev010 16 7/13/2025
1.2.0-prev009 11 7/6/2025
1.1.2-prev003 9 7/2/2025
1.1.2-prev002 9 7/1/2025
1.1.2-prev001 3 7/1/2025
1.1.0 20 6/3/2025
1.1.0-prev006 4 6/3/2025
1.1.0-prev001 11 5/17/2025
1.0.1 14 2/18/2025
1.0.1-prev002 16 2/15/2025
1.0.0-PREv005 51 8/28/2024
1.0.0-PREv004 8 8/28/2024
1.0.0-PREv002 5 8/25/2024
1.0.0-alpha 32 8/23/2024
Show more