Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L liquidprompt
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Johann Dreo
  • liquidprompt
  • Merge requests
  • !495

Add nodeenv virtual environment support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Johann Dreo requested to merge github/fork/Terseus/feature/nodeenv into master Dec 02, 2016
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 4

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).
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/Terseus/feature/nodeenv