~noelle/dotfiles#1: 
Node.js + npm completions

  • npm: npm completion (Docs)
  • Node.js: node --completion-bash (Docs)
Status
RESOLVED FIXED
Submitter
~noelle
Assigned to
Submitted
2 years ago
Updated
2 years ago
Labels
No labels applied.

~noelle 2 years ago*

To setup the completions interactively in Bash:

eval "$(node --completion-bash)"
eval "$(npm completion)"

~noelle 2 years ago

npm completion also supports zsh.

~noelle REPORTED FIXED 2 years ago

Noelle Leigh referenced this ticket in commit 2eb2076.

Register here or Log in to comment, or comment via email.