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 93494a1445 Rename to better npm completion 8 years ago
README.md Rename to better npm completion 8 years ago
demo.gif Add demo gif 8 years ago
zsh-better-npm-completion.plugin.zsh Rename to better npm completion 8 years ago

README.md

zsh-better-npm-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-better-npm-completion

Manual Installation

Clone this repo or just download zsh-better-npm-completion.plugin.zsh and source it in your .zshrc.

License

MIT © Luke Childs