mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 76f80ed925 into 291e96dcd0
This commit is contained in:
commit
d1bf29862f
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ alias npmg="npm i -g "
|
|||
# npms is used by https://www.npmjs.com/package/npms
|
||||
alias npmS="npm i -S "
|
||||
|
||||
# Install and save the exact version of dependencies in your package.json
|
||||
alias npmSE="npm i -SE "
|
||||
|
||||
# Install and save to dev-dependencies in your package.json
|
||||
# npmd is used by https://github.com/dominictarr/npmd
|
||||
alias npmD="npm i -D "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue