Created
July 10, 2022 14:15
-
-
Save themarcba/b08a9f64a53df7843d41e6213c6317f7 to your computer and use it in GitHub Desktop.
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
npm init vue@3 | |
if [ $? -eq 0 ]; then | |
LAST_FOLDER=$(ls -td ./* | head -1) | |
cd $LAST_FOLDER | |
yarn | |
code . | |
else | |
echo "Project creation unsuccessful 😔" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment