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.
Luke Childs 4955448101 Add gif to readme 8 years ago
README.md Add gif to readme 8 years ago
demo.gif Add demo gif 8 years ago
zsh-npm-run-completion.plugin.zsh Rename as zsh plugin 8 years ago

README.md

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

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