From ce0e2968a17bb306fda05ca8f15e7de79d9d32ec Mon Sep 17 00:00:00 2001 From: "S.long" Date: Fri, 28 Aug 2020 16:26:06 +0700 Subject: [PATCH] update readme --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cf00765..4259c2f 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,22 @@ JS Library boilerplate is include with - Pre commit Prettier - Eslint -### Start Up +### Get Started --- -- Re init git -- Delete src/sample1.ts , src/sample2.ts -- Delete test/sample1.test.ts, test/sample2.test.ts -- Reconfig package.json , name , description, git url ... -- Re construct example +After View Sample Ready , Please Run +```shell script +bash init.sh +``` + +This Script Will Reinit Project +- Delete Sample File and SRC and Test +- Clear src/index.ts +- Reinitialize Git +- Delete Example Folder + +After Done This , Please reconfig package json +- Name +- Description +- Git Repository Url