Skip to main content
Module

x/dotenv/Makefile

Dotenv file handling for deno.
Extremely Popular
Go to Latest
File
all: fmt test install: curl -fsSL https://deno.land/x/install/install.sh | sh test: deno test --reload --allow-env --allow-read deno fmt --check fmt: deno fmt .PHONY: test fmt install