mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-23 11:44:47 +01:00
The npm Plugin
The npm plugin provides many aliases.
Enable it by adding npm to the plugins array before sourcing OMZ (see Plugins).
Aliases
| Alias | Command |
|---|---|
| npmg | npm i -g |
| npmS | npm i -S |
| npmD | npm i -D |
| npmE | PATH="$(npm bin)":"$PATH" |
| npmO | npm outdated |
| npmV | npm -v |
| npmL | npm list |
| npmL0 | npm ls --depth=0 |
| npmst | npm start |
| npmt | npm test |
| npmR | npm run |
| npmP | npm publish |
| npmI | npm init |