Skip to content

Instantly share code, notes, and snippets.

@pjobson
Created August 24, 2020 00:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjobson/b605dcb31571adb3af940ce97f817fd0 to your computer and use it in GitHub Desktop.
Save pjobson/b605dcb31571adb3af940ce97f817fd0 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# npm (Node Package Manager) completion
# https://docs.npmjs.com/cli/completion
if command -v npm &>/dev/null
then
eval "$(npm completion)"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment