Skip to content

Commit

Permalink
add npm aliases (ohmyzsh#5290)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-d authored and DennisDenuto committed Oct 29, 2016
1 parent 1d3d4f0 commit d60f8a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/npm/npm.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d60f8a1

Please sign in to comment.