Deno
- Homepage
curl -fsSL https://deno.land/install.sh | sh
irm https://deno.land/install.ps1 | iex
Docker
docker pull hayd/alpine-deno:<version>
Get the latest version in terminal
curl -s https://api.github.com/repos/denoland/deno/releases/latest | jq -r '.tag_name' | sed 's/v//'
Last modified: 29 December 2024