Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 379 Bytes

File metadata and controls

22 lines (14 loc) · 379 Bytes

Hello Deno

Deno is a JavaScript toolkit, an alternative to Node.js or Bun

Setup

Quick install:

# Windows PowerShell
irm https://deno.land/install.ps1 | iex

Validate installation:

deno --version

Misc

  • deno fmt formats all files