deno-dotenv

January 8, 2019 ยท View on GitHub

Build Status

Usage

import dotenv from "https://raw.githubusercontent.com/cardosomarcos/deno-dotenv/master/index.ts";

const env = dotenv();

console.log({ username: env.DB_USERNAME });

Contribution F.A.Q

How to resolve Cannot find module 'deno'.?

Generate deno type definitions with the command bellow.

make setup

Contents

  1. 1Usage
  2. 1.1Contribution F.A.Q