Remove Readme on init

This commit is contained in:
s.long 2020-09-09 16:52:03 +07:00
parent d276af90e6
commit 042f4fb974

View File

@ -22,5 +22,8 @@ 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 library"