jeysal / yarn-plugin-dotenv

A Yarn 2 plugin to initialize all your scripts with dotenv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yarn-plugin-dotenv

A Yarn 2+ (Berry) plugin to initialize all your scripts with dotenv

Installation

yarn plugin import https://unpkg.com/yarn-plugin-dotenv/bundles/@yarnpkg/plugin-dotenv.js

Usage

  • Place a .env file with environment variable KEY=VALUE pairs in your project directory.
  • Run any of your package scripts, e.g. yarn run build.

About

A Yarn 2 plugin to initialize all your scripts with dotenv

License:MIT License


Languages

Language:JavaScript 44.0%Language:TypeScript 33.9%Language:Shell 22.1%