# zsh-better-npm-completion > Better completion for `npm run` * Makes `npm install` recommendation from npm cache * Shows detailed information on script contents for `npm run` * Falls back to default npm completions if we don't have anything better ## Install ### Antigen ```shell antigen bundle lukechilds/zsh-better-npm-completion ``` ### Manual Installation Clone this repo or just download `zsh-better-npm-completion.plugin.zsh` and source it in your `.zshrc`. ## License MIT © Luke Childs