Add nodeenv virtual environment support

Open Johann Dreo requested to merge github/fork/Terseus/feature/nodeenv into master

Created by: Terseus

Nodeenv is a tool for Node.js equivalent to virtualenv for Python, it allow to create Node.js virtual environments.

This commit add support for showing the nodeenv virtual environment activated, if any.

Configuration:

  • LP_ENABLE_NODEENV activate (1) or deactivate (0) the feature; by default 1.
  • LP_COLOR_NODEENV set the virtual environment name color; by default LP_COLOR_VIRTUALENV (the setting for the Python virtual environment color).

Merge request reports