Skip to content

Instantly share code, notes, and snippets.

@DorkNstein
Created May 12, 2016 06:00
Show Gist options
  • Save DorkNstein/d98041410b88c66cf2b48b361b8470a8 to your computer and use it in GitHub Desktop.
Save DorkNstein/d98041410b88c66cf2b48b361b8470a8 to your computer and use it in GitHub Desktop.
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