awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ekalinin avatar

ekalinin/nodeenv

0
View on GitHub↗
1,784 星标·220 分支·Python·11 次浏览ekalinin.github.io/nodeenv↗

Nodeenv

Virtual environment for Node.js & integrator with virtualenv

Features

  • Environment Management - Node.js virtual environment manager compatible with Python.
  • Node.js Version Management - Node.js virtual environments.
  • Virtual Environments - Integrates Node.js environments with Python virtual environments.

Star 历史

ekalinin/nodeenv 的 Star 历史图表ekalinin/nodeenv 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Nodeenv 的开源替代方案

相似的开源项目,按与 Nodeenv 的功能重合度排序。
  • nodenv/nodenvnodenv 的头像

    nodenv/nodenv

    2,379在 GitHub 上查看↗

    Manage your app's Node.js environment

    Shell
    在 GitHub 上查看↗2,379
  • isaacs/naveisaacs 的头像

    isaacs/nave

    1,635在 GitHub 上查看↗

    Virtual Environments for Node

    Shellnavenodenodejs
    在 GitHub 上查看↗1,635
  • coreybutler/nvm-windowscoreybutler 的头像

    coreybutler/nvm-windows

    46,816在 GitHub 上查看↗

    This project is a command-line utility designed to manage multiple runtime versions on a single machine. It enables developers to install, remove, and toggle between different versions to satisfy project-specific dependency requirements, ensuring that each environment remains isolated to prevent version conflicts or path overlaps. The tool functions by storing distinct runtime versions in separate, isolated directories and utilizing symbolic links to point to the currently active version. It orchestrates these file system operations through a unified command-line interface that modifies syste

    Gogomanagementnode
    在 GitHub 上查看↗46,816
  • schniz/fnmSchniz 的头像

    Schniz/fnm

    24,020在 GitHub 上查看↗

    This utility is a command-line tool designed for managing multiple Node.js runtime versions on local development machines. It functions as a cross-platform manager that enables users to install, switch, and synchronize runtime versions across Windows, macOS, and Linux environments. The tool automates environment configuration by detecting project-specific version requirements through directory-traversal resolution. It maintains consistency by dynamically updating shell paths and environment variables, allowing for automatic version switching as users navigate between different project directo

    Rusthacktoberfestjavascriptnodejs
    在 GitHub 上查看↗24,020
查看 Nodeenv 的所有 30 个替代方案→

常见问题解答

ekalinin/nodeenv 是做什么的?

Virtual environment for Node.js & integrator with virtualenv

ekalinin/nodeenv 的主要功能有哪些?

ekalinin/nodeenv 的主要功能包括:Environment Management, Node.js Version Management, Virtual Environments。

ekalinin/nodeenv 有哪些开源替代品?

ekalinin/nodeenv 的开源替代品包括: schniz/fnm — This utility is a command-line tool designed for managing multiple Node.js runtime versions on local development… tj/n — n is a command line version manager and binary manager for the Node.js runtime environment. It functions as a runtime… coreybutler/nvm-windows — This project is a command-line utility designed to manage multiple runtime versions on a single machine. It enables… nodenv/nodenv — Manage your app's Node.js environment. isaacs/nave — Virtual Environments for Node. python-mode/python-mode — python-mode is a Vim IDE plugin that provides an integrated toolset for Python development. It incorporates a…