提交 f9c16f94 编写于 作者: X Xavier Haniquaut

Remove broken link and move npmg alias position

上级 df80081e
eval "$(npm completion 2>/dev/null)" eval "$(npm completion 2>/dev/null)"
# Install dependencies globally
alias npmg="npm i -g "
# npm package names are lowercase # npm package names are lowercase
# - https://twitter.com/substack/status/23122603153150361
# Thus, we've used camelCase for the following aliases: # Thus, we've used camelCase for the following aliases:
# Install dependencies globally
alias npmg="npm i -g "
# Install and save to dependencies in your package.json # Install and save to dependencies in your package.json
# npms is used by https://www.npmjs.com/package/npms # npms is used by https://www.npmjs.com/package/npms
alias npmS="npm i -S " alias npmS="npm i -S "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册