1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-23 11:44:47 +01:00
Files
oh-my-zsh/plugins/npm
2018-05-26 22:09:47 +02:00
..
2018-04-15 19:54:42 +02:00
2018-05-26 22:09:47 +02: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