Skip to main content

Build Status

setting environment variable

A tool for setting environment variables across platforms

Install

deno install -f --allow-run --allow-env https://deno.land/x/cross_env@v0.4.0/cross-env.ts

Usage

cross-env PORT=8080 HOST=0.0.0.0 deno https://deno.land/std/http/file_server.ts

License

The MIT License