Resolve executable binaries from node_modules/.bin/.
Provides lookup and listing of available npm binaries,
matching the behavior of npx and npm exec.
Summary
Functions
Check if a binary command is available.
Find the path to a specific binary command.
List all available binaries in node_modules/.bin/.
Functions
Check if a binary command is available.
Find the path to a specific binary command.
Returns {:ok, path} if found, :error if not.
List all available binaries in node_modules/.bin/.
Returns a sorted list of {command_name, target_path} tuples.