You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8 years ago | |
|---|---|---|
| .. | ||
| README.md | 8 years ago | |
| npx.plugin.zsh | 8 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!)
sudo npm install -g npx