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

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

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

1 个仓库

Awesome GitHub RepositoriesCommand Not Found Fallbacks

Replacing the shell's default handler for missing commands to automatically look up and execute npm packages.

Distinct from Shell Command Execution: Distinct from Shell Command Execution: focuses on intercepting command-not-found errors for automatic package resolution, not general shell command execution.

Explore 1 awesome GitHub repository matching development tools & productivity · Command Not Found Fallbacks. Refine with filters or upvote what's useful.

Awesome Command Not Found Fallbacks 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

    Replaces the shell's command-not-found handler to automatically resolve missing commands via npm package lookup.

    JavaScriptclinpmpackage-manager
    在 GitHub 上查看↗2,623
  1. Home
  2. Development Tools & Productivity
  3. Shell Command Execution
  4. Command Not Found Fallbacks