Environment Variables
Deno.env
-> Deno runtime offers built-in support for environment variables with deno.json
-> Deno.env
has getter and setter methods
.env
You can also put environment variables in .env
file and retrieve them using dotenv
in the standard library
.env
app.ts
std/flags
Deno standard library has a std/flags
module for parsing command line arguments
[[DENO LAND/Basics/Testing|Testing]]
Last updated