A nodenv plugin to view environment variables pertaining to Node.js.
To install nodenv-env, clone this repository into your ~/.nodenv/plugins directory.
git clone https://github.com/nodenv/nodenv-env.git "$(nodenv root)/plugins/nodenv-env"
Run the command
nodenv env
nodenv-env can be invoked directly via npx
without installing it locally.
npx -q @nodenv/nodenv-env
Forked from ianheggie's rbenv-env by Jason Karns and modified for nodenv.