chore: add placeholder content when generating module manifest

This commit is contained in:
Scott 2026-08-06 14:42:56 +10:00
commit d1ec31c6e9

View file

@ -21,4 +21,4 @@ $manifestSplat = @{
} }
New-ModuleManifest @manifestSplat New-ModuleManifest @manifestSplat
New-Item "$manifestFileLocation" -ItemType File New-Item "$manifestFileLocation" -ItemType File -Value "# This file is run when Import-Module `"PowershellModule`" is called"