test-modules startup script draft

Esse commit está contido em:
lksz 2020-11-05 00:08:59 -05:00
commit 0d5522b8c7
2 arquivos alterados com 2 adições e 0 exclusões

Ver arquivo

@ -0,0 +1 @@
$(Get-Content $MyPSScriptRoot/src/modules.json | ConvertFrom-Json).Modules | Where-Object { try{-not (Get-Module -ListAvailable $_aaa -ErrorAction stop) }catch{} } | ForEach-Object { Write-Warning "Missing module: $_" }

Ver arquivo

@ -1,6 +1,7 @@
{
"Modules": [
"Microsoft.PowerShell.UnixCompleters",
"PowerShellCookbook",
"oh-my-posh",
"posh-git"
]