From 042f4fb9743fd162e3f2a40b9fa30696e9ebb6c6 Mon Sep 17 00:00:00 2001 From: "s.long" Date: Wed, 9 Sep 2020 16:52:03 +0700 Subject: [PATCH] Remove Readme on init --- init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.sh b/init.sh index 80afb32..f6ed885 100644 --- a/init.sh +++ b/init.sh @@ -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"