ohmyzsh/plugins/npm
2018-05-26 22:09:47 +02:00
..
npm.plugin.zsh npm init (#6648) 2018-04-15 19:54:42 +02:00
README.md Documentation for Npm plugin added 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