Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 564 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 564 Bytes

practice-deno

I will push all deno practice codes here for future use. I will add comments as much as I can.

Install Deno

Using Shell (macOS, Linux):

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

Using PowerShell (Windows):

iwr https://deno.land/x/install/install.ps1 -useb | iex

Using Cargo (Windows, macOS, Linux):

cargo install deno

Using Homebrew (macOS):

brew install deno

Using Chocolatey (Windows):

choco install deno

Using Scoop (Windows):

scoop install deno

Refer https://deno.land/ for more info