1.0.3 • Published 9 months ago

envu v1.0.3

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

Envu

Super simple script to load environment variables from a .env file.

Installation

Per project

npm install envu
yarn add envu
pnpm add envu
bun add envu

Global

npm install -g envu
yarn global add envu
pnpm add -g envu
bun add -g envu

Usage

envu -p=./path/to/.env [command]
# or (In this case, the path is CWD + .env)
envu [command]

Or

npx envu -p=./path/to/.env [command]
# or (In this case, the path is CWD + .env)
npx envu [command]
1.0.3

9 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago