/dotenv-shell

Use Dotenv in everything

Primary LanguageShellMIT LicenseMIT

Build Status

dotenv-shell

Use Dotenv in everything

Install

curl https://raw.githubusercontent.com/dinhoabreu/dotenv-shell/master/dotenv.sh > /usr/local/bin/dotenv
chmod +x /usr/local/bin/dotenv

Usage

# Run command
dotenv run_my_command param1 param2
# or Export to current shell
. dotenv