1 changed files with 23 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||||
|
# 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/download this repo and source `zsh-npm-run-completion.plugin.zsh` in your `.zshrc`. |
||||
|
|
||||
|
## License |
||||
|
|
||||
|
MIT © Luke Childs |
Loading…
Reference in new issue