Skip to content

Yvem/hello-world--deno--2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

hello-world--deno--2025

https://deno.com/

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

# restart shell

deno -v
deno -h

deno run main.ts
deno repl

mkdir init
cd init
deno init

✅ Project initialized

Run these commands to get started

  # Run the program
  deno run main.ts

  # Run the program and watch for file changes
  deno task dev

  # Run the tests
  deno test

https://docs.deno.com/go/env-vars -> https://docs.deno.com/runtime/reference/env_variables/

coming soon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors