mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
Add convenience aliases for installation of npm modules
This commit is contained in:
parent
550ccca91c
commit
6967393fe6
1 changed files with 6 additions and 0 deletions
|
@ -1 +1,7 @@
|
|||
eval "$(npm completion 2>/dev/null)"
|
||||
|
||||
# Install and save to dependencies
|
||||
alias npms="npm i -S "
|
||||
|
||||
# Install and save to dev-dependencies
|
||||
alias npmd="npm i -D "
|
||||
|
|
Loading…
Reference in a new issue