npm autocompletion

pull/500/head
Antti Ahti 2015-06-09 16:17:23 +03:00
parent 1eb095a134
commit 7d05e25dbb
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
# npm (Node Package Manager) completion
if command -v npm &>/dev/null
then
eval "$(npm completion)"
fi