ZSH plugin for automatically adding the "npm bin" of your current directory to your path.
Add the lines below for your zsh package manager of choice.
Note: Make sure any nvm plugins preceed this in your
.zshrc
antigen bundle andyrichardson/zsh-node-path
zplug "andyrichardson/zsh-node-path"
zgen load "andyrichardson/zsh-node-path"
Inspired by the fish plugin plugin-node