1. chocolatey
官網(wǎng)
https://chocolatey.org/install#install-with-cmdexe
安裝
cmd.exe執(zhí)行
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
powerShell命令行執(zhí)行(管理員)
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
ui管理 chocolateyguic
安裝ui管理工具
choco install chocolateygui
升級
choco upgrade chocolateygui
WEB常用軟件安裝
choco install python2
choco install nodejs.install
2. yarn依賴管理工具
choco install yarn