Browse Source

Add readme

pull/2/head
Luke Childs 8 years ago
parent
commit
f6d210fc6e
  1. 23
      README.md

23
README.md

@ -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…
Cancel
Save