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

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

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

1 个仓库

Awesome GitHub RepositoriesOn-Demand Version Runners

Runs a command from a particular version of an npm package, fetching that version on demand.

Distinct from Versioned Package Managers: Distinct from Versioned Package Managers: focuses on running a specific version on demand rather than managing multiple installed versions.

Explore 1 awesome GitHub repository matching development tools & productivity · On-Demand Version Runners. Refine with filters or upvote what's useful.

Awesome On-Demand Version Runners GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zkat/npxzkat 的头像

    zkat/npx

    2,623在 GitHub 上查看↗

    npx is a tool that combines Node version management, on-demand package running, caching installation, remote execution, and shell command fallback into a single interface. It functions as an npm package runner that executes binaries on demand without requiring a global or local install, while also serving as an on-demand package installer that downloads and caches packages automatically before running their commands. The tool distinguishes itself through its ability to install and use specific Node.js versions on the fly for executing commands or scripts, and by replacing the shell's default

    Runs a command from a particular version of an npm package, fetching that version on demand.

    JavaScriptclinpmpackage-manager
    在 GitHub 上查看↗2,623
  1. Home
  2. Development Tools & Productivity
  3. Versioned Package Managers
  4. On-Demand Version Runners