Created
May 12, 2016 06:00
-
-
Save DorkNstein/d98041410b88c66cf2b48b361b8470a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias ni='npm install' | |
alias nis='npm install --save' | |
alias nid='npm install --save-dev' | |
alias nig='npm install --global' | |
alias nt='npm test' | |
alias nit='npm install && npm test' | |
alias nk='npm link' | |
alias nr='npm run' | |
alias nf='npm cache clean && rm -rf node_modules && npm install' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment