Skip to content

Instantly share code, notes, and snippets.

@themarcba
Created July 10, 2022 14:15
Show Gist options
  • Save themarcba/b08a9f64a53df7843d41e6213c6317f7 to your computer and use it in GitHub Desktop.
Save themarcba/b08a9f64a53df7843d41e6213c6317f7 to your computer and use it in GitHub Desktop.
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