lukechilds/zsh-better-npm-completion

Feuture request, npx completions

hlolli opened this issue · 1 comments

It should be easy to support npx command for project local binaries, by listing the files in node_modules/.bin and use them as completion suggestions.

Good idea, would happily accept a PR for that.