If you want to get a quick improvement to your npm productivity, you can add autocompletion for npm to your shell with just one command.
For bash, you can add npm autocompletion with: npm completion >> ~/.bashrc
For zsh, you can add npm autocompletion with: npm completion >> ~/.zshrc
And now you’ll have tab autocomplete for npm commands.