/nodenv-env

View environment variables pertaining to nodejs

Primary LanguageShell

nodenv-env

Build Status

nodenv plugin to view environment variables pertaining to nodejs

Installation

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"

Usage

Run the command

$ nodenv env

Usage without installation

nodenv-env can be invoked directly via npx without installing it locally.

$ npx -q @nodenv/nodenv-env

Credits

Forked from ianheggie's rbenv-env by Jason Karns and modified for nodenv.