Skip to content

Instantly share code, notes, and snippets.

@ericgomez
Forked from DavidToca/git.plugin.zsh
Last active April 8, 2022 21:32
Show Gist options
  • Select an option

  • Save ericgomez/247913d1ab595d4d0c1bdb87993f6b4c to your computer and use it in GitHub Desktop.

Select an option

Save ericgomez/247913d1ab595d4d0c1bdb87993f6b4c to your computer and use it in GitHub Desktop.
ZSH node alias
#Mis alias personalizados
alias npm-init="npx license MIT && npx gitignore node && git init && npm init -y"
alias yarn-init="npx license MIT && npx gitignore node && git init && yarn init -y"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment