added pipx and yamllint

This commit is contained in:
Nikita Bykov
2020-10-07 09:29:37 +03:00
parent 28a8724352
commit 5d96d50f59
11 changed files with 89 additions and 8 deletions

View File

@@ -96,6 +96,10 @@ function Get-PipVersion {
return "${versionPart1} ${versionPart2} ${versionPart3}"
}
function Get-PipxVersion {
return "Pipx $(pipx --version 2> $null)"
}
function Get-NVMNodeVersionList {
$nvmPath = Join-Path $env:HOME ".nvm" "nvm.sh"
$nvmInitCommand = ". ${nvmPath} > /dev/null 2>&1 || true"