-
-
Save ericgomez/247913d1ab595d4d0c1bdb87993f6b4c to your computer and use it in GitHub Desktop.
ZSH node alias
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
| #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