zsh-workers
 help / color / mirror / code / Atom feed
f5493a321804c535e1ebd1446aa10bda769191ce blob 173 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#compdef npm

# Node Package Manager completion, letting npm do all the completion work

if type npm > /dev/null; then
  eval "$(npm completion)"

  _npm_completion "$@"
fi
debug log:

solving f5493a321 ...
found f5493a321 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).