Deno
https://scrapbox.io/files/64020cf8fc1f90001b4e9dee.svg
Denoのモジュールをimportする際は、コード内でモジュールのURLを直接指定する
インストール
$ winget install DenoLand.Deno
まあとりあえず直接インストールしちゃっていいんじゃね
アップデートは winget upgrade DenoLand.Deno
スクリプトの実行
code:main.ts
console.log("Hello world!")
code:sh
deno run main.ts