This release is versions behind 0.225.7 — the latest version of @std/dotenv.
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Works with
•JSR Score94%•This package works with DenoIt is unknown whether this package works with Bun

Downloads42,169/wk
•Published2 years ago (0.219.0)
UNSTABLE: Parsing and loading environment variables from a `.env` file
Parses and loads environment variables from a .env file into the current
process, or stringify data into a .env file format.
Built and signed on
GitHub Actions
Add Package
deno add jsr:@std/dotenv
Import symbol
import * as dotenv from "@std/dotenv";
Import directly with a jsr specifier
import * as dotenv from "jsr:@std/dotenv";