Skip to content

Instantly share code, notes, and snippets.

@vishwasnavadak
Last active December 2, 2021 08:06
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 vishwasnavadak/e922d8f1ee429f529677e8e8f053a58a to your computer and use it in GitHub Desktop.
Save vishwasnavadak/e922d8f1ee429f529677e8e8f053a58a to your computer and use it in GitHub Desktop.
# custom aliases -kVn
alias cra="npx create-react-app"
alias cna="npx create-next-app"
# NPM
alias ni='npm install --save'
alias nid='npm install --save-dev'
alias ns='npm start'
alias nt='npm run test'
alias nd='npm run dev'
alias nb='npm run build'
alias nu='npm uninstall'
alias ne='npm run export'
# MISC
alias please=sudo
alias myip='ifconfig | grep "inet 192.168"'
alias lsd='ls -ltr'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment