Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 876 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 876 Bytes

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.