Commit 6967393f authored by James Womack's avatar James Womack
Browse files

Add convenience aliases for installation of npm modules

parent 550ccca9
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