1 Repo
Replaces the shell's default handler for missing commands with automatic npm package lookup and execution.
Distinct from Default Command Fallbacks: Distinct from Default Command Fallbacks: focuses on shell-level command-not-found interception for package resolution, not CLI framework fallback logic.
Explore 1 awesome GitHub repository matching development tools & productivity · Command Not Found Fallbacks. Refine with filters or upvote what's useful.
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 default handler for missing commands with automatic npm package lookup and execution.