文件名称:PsDevScripts:日常使用的小cmdlet的集合
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-01 10:12:18
PowerShell
PsDevScripts 日常使用的小cmdlet的集合。 安装 Powershell本身 请参阅。 手动执行 # 1. Run `InstallModules.ps1`. . / InstallModules.ps1 # 2. Add default Profile config New-Item - Force $PROFILE | Out-Null Copy-Item - Confirm . / Profile.ps1 $PROFILE # 3. Restart Shell # 4. From now on every Powershell-Module(*.psm1) in `~/Github/PsDevScripts` gets imported at the shell startup. 或者只是运行./InstallDefaultSetup.ps1
【文件预览】:
PsDevScripts-master
----InstallDefaultSetup.ps1(761B)
----SvnUtils.psm1(180B)
----PowershellConfig.psm1(174B)
----DockerUtils.psm1(787B)
----LICENSE(1KB)
----SmallHelper.psm1(13KB)
----README.md(630B)
----Profile.ps1(932B)
----.editorconfig(150B)
----InstallModules.ps1(91B)