nodenv plugin to view environment variables pertaining to nodejs
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.