文件名称:deno_install:Deno Binary安装程序
文件大小:5KB
文件格式:ZIP
更新时间:2024-04-26 03:39:22
PowerShell
deno_install 用于在系统上安装Deno的单行命令。 安装最新版本 带壳: curl -fsSL https://deno.land/x/install/install.sh | sh 使用PowerShell: iwr https: // deno.land / x / install / install.ps1 - useb | iex 安装特定版本 带壳: curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.0 使用PowerShell: $v = " 1.0.0 " ; iwr https: // deno.land / x / install / install.ps1 - useb | iex 通过程序包管理器安装 与: scoop install deno 与: brew
【文件预览】:
deno_install-master
----install.sh(1KB)
----install_test.sh(536B)
----.github()
--------workflows()
----README.md(3KB)
----install_test.ps1(1KB)
----install.ps1(2KB)
----.gitattributes(38B)