Skip to content

Instantly share code, notes, and snippets.

@aragrevo
Created December 7, 2023 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aragrevo/94969b691b4dc02c5fa0b2696d523281 to your computer and use it in GitHub Desktop.
Save aragrevo/94969b691b4dc02c5fa0b2696d523281 to your computer and use it in GitHub Desktop.
# Load Angular CLI autocompletion.
source <(ng completion script)
# ----------------------
# Git Command Aliases
# ----------------------
alias gadda='git add .'
alias gpush='git push'
alias gpull='git pull'
# ----------------------
# NPM
# ----------------------
alias npmrd='npm run dev'
alias npmru='npm run use'
alias clrnm='rm -rf node_modules/'
# ----------------------
# NG
# ----------------------
alias nggm='npm run ng g m'
alias npmru='npm run use'
alias clrnm='rm -rf node_modules/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment