Frontend Quick Start Init Project
npm install wfe-cli -g
# or
yarn global add wfe-cli
# get template list
wfe list
# init project
wfe init <projectName> -t <template>
# init project with local template and to Test
wfe init <projectName> -t <TemplatePATH>
# get repo list
wfe repos list
# use repo
wfe repos use <reponame>
# add custom repo
wfe repos add <reponame> <reposUrl> <templateGroupName>