feat: Add GitRepoRegistration cmdlets #5

Merged
pascal_nulah merged 69 commits from feature/git-provider into dev 2026-09-06 09:33:36 +10:00
Showing only changes of commit d1ec31c6e9 - Show all commits

chore: add placeholder content when generating module manifest

Scott 2026-08-06 14:42:56 +10:00

View file

@ -21,4 +21,4 @@ $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"