Skip to main content
Deno 2 is finally here 🎉️
Learn more

Build Status

setting environment variable

A tool for setting environment variables across platforms

Install

$ deno install cross-env https://deno.land/x/cross_env/mod.ts --allow-run --allow-env

Usage

$ cross-env PORT=8080 HOST=0.0.0.0 deno https://example.com/server.ts

License

The MIT License