mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
add npm aliases (#5290)
This commit is contained in:
committed by
Robby Russell
parent
ae21102030
commit
0181fe4970
@@ -20,3 +20,10 @@ alias npmE='PATH="$(npm bin)":"$PATH"'
|
||||
|
||||
# Check which npm modules are outdated
|
||||
alias npmO="npm outdated"
|
||||
|
||||
# Run npm start
|
||||
alias npmst="npm start"
|
||||
|
||||
# Run npm test
|
||||
alias npmt="npm test"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user