oh-my-zsh/plugins/npx/README.md
2017-11-06 06:48:56 -08:00

368 B

NPX Plugin

npx(1) -- execute npm package binaries. (more info)

This plugin automatically registers npx command-not-found handler if npx exists in your $PATH.

Setup

  • Add plugin to ~/.zshrc
plugins=(.... npx)
  • Globally install npx binary (you need node.js installed too!)
sudo npm install -g npx