react-app-typescript-template/init.sh
2020-09-21 10:06:53 +07:00

16 lines
282 B
Bash

# Remove Self Init Script For Prevent Next time wrong on init
rm -f ./init.sh
# Remove Current Repo
git remote rm origin
# Reinit Git
git init
# Remove Readme
rm -f README.md
# Show Warning
echo "Please Goto package.json and change Name , Description, Git Url of this project"