快速构建新的flutter库
lib/ghini_hello.dart 改新项目名
全局替换 ghini_hello 为新项目名
Remove-Item -Recurse -Force .git
git init
git add .
git commit -m "Initial commit"
git branch -M ghini_hello
git remote add origin https://github.com/xghini/mypub.git
git push -u origin ghini_hello
# 自动更新版本号+发布
./pub.bat