lukechilds / zsh-better-npm-completion

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

Uninstall completion #2

Closed lukechilds closed 7 years ago

lukechilds commented 7 years ago

Makes npm uninstall recommendations from dependencies/devDependencies form the first package.json file we can find. If we can't find one it'll default to cached modules.

npm uninstall -g|--global will fall back to default npm completion and recommend globally installed modules.