npx-style execution — resolve and run binaries from installed packages.
Looks up binaries in node_modules/.bin/ or resolves from package
bin fields to find the right executable.
Summary
Functions
Lists all available binaries from installed packages.
Checks if a command is available in node_modules.
Builds the execution environment with node_modules/.bin in PATH.
Resolves a package name from a command by checking bin fields.
Finds the path to a binary command in node_modules/.bin/.
Functions
Lists all available binaries from installed packages.
Checks if a command is available in node_modules.
Builds the execution environment with node_modules/.bin in PATH.
Resolves a package name from a command by checking bin fields.
Finds the path to a binary command in node_modules/.bin/.