# zsh-npm-run-completion > Better completion for `npm run` * Searches up directory tree for `package.json` * Shows detailed information on script contents * Doesn't clobber default npm completions ## Install ### Antigen ```shell antigen bundle lukechilds/zsh-npm-run-completion ``` ### Manual Installation Clone this repo or just download `zsh-npm-run-completion.plugin.zsh` and source it in your `.zshrc`. ## License MIT © Luke Childs