lukechilds / zsh-better-npm-completion

Better completion for npm
MIT License
464 stars 35 forks source link

Feuture request, npx completions #11

Open hlolli opened 6 years ago

hlolli commented 6 years ago

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.

lukechilds commented 6 years ago

Good idea, would happily accept a PR for that.