Commit 2f23f330 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #3577 from jameswomack/npm_convenience_aliases

Add convenience aliases for installation of npm modules
parents 377b1f90 6967393f
eval "$(npm completion 2>/dev/null)" 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 "
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment