Dong Nguyen
Deno

https://deno.land/

Install

#!/bin/bash

export DENO_INSTALL=/opt/engines/deno
export PATH=$DENO_INSTALL/bin:$PATH

curl -fsSL https://deno.land/install.sh | sh

deno --version