JRE-Modules.psm1

# JRE-Modules - Composite PowerShell Module
# This module loads all nested submodules from the JRE-Modules collection

Write-Verbose "Loading JRE-Modules composite module..."

# Modules are automatically loaded via NestedModules in the manifest
# No additional initialization needed at this time

Write-Host "=" * 68 -ForegroundColor Cyan
Write-Host "JRE-Modules imported. Run Get-Command -Module JRE-Modules and Get-Help <CommandName> -Detailed" -ForegroundColor Green
Write-Host "=" * 68 -ForegroundColor Cyan

Write-Verbose "JRE-Modules composite module loaded successfully."