You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
489 B

# zsh-better-npm-completion
8 years ago
> Better completion for `npm run`
<img src="demo.gif" width="628">
8 years ago
* 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-better-npm-completion
8 years ago
```
### Manual Installation
Clone this repo or just download `zsh-better-npm-completion.plugin.zsh` and source it in your `.zshrc`.
8 years ago
## License
MIT © Luke Childs