awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • zkat/npxAvatar de zkat

    zkat/npx

    2,623Voir sur 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
    Voir sur GitHub↗2,623
  1. Home
  2. Development Tools & Productivity
  3. Shell Command Execution
  4. Command Not Found Fallbacks