1.0.3 • Published 1 year ago
envu v1.0.3
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 envuGlobal
npm install -g envu
yarn global add envu
pnpm add -g envu
bun add -g envuUsage
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]