Pooya Parsa b53fbc36c1 plugin: npx (#6152) 6 years ago
..
README.md b53fbc36c1 plugin: npx (#6152) 6 years ago
npx.plugin.zsh b53fbc36c1 plugin: npx (#6152) 6 years ago

README.md

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!) bash sudo npm install -g npx