Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.63 KB

File metadata and controls

41 lines (27 loc) · 1.63 KB

nodenv-env

A nodenv plugin to view environment variables pertaining to Node.js.

Tests Latest GitHub Release Latest Homebrew Release Latest npm Release

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.