客户端命令
$ cd your-project
$ der init my-project -f -d$ cd your-project
$ der go -d
# 更新平台、token
$ der go -d -rs -rt
# 更新平台、token、仓库类型
$ der go -d -rs -rt -ro
# 发布tag
$ der go -re$ der tpl
# Or only project template
$ der tpl --pro
# Or only component template
$ der tpl --com$ der cache --all
# or 查看本地Git缓存信息
$ der cache --git
# or 查看本地模板缓存信息
$ der cache --template
# or 查看本地依赖缓存信息
$ der cache --dependencies
# or 查看App Token
$ der cache --token本地调试
$ cd your-project
$ der init my-project
$ der init my-project -d
$ der init my-project -f
$ der init my-project -d -f$ cd your-project
$ der go -tp D:\\repository\\QuickStart\\der-cli\\commands\\publish -d
# 更新平台、token
$ der go -tp D:\\repository\\QuickStart\\der-cli\\commands\\publish -d -rs -rt
# 更新平台、token、仓库类型
$ der go -tp D:\\repository\\QuickStart\\der-cli\\commands\\publish -d -rs -rt -ro
# 发布tag
$ der go -tp D:\\repository\\QuickStart\\der-cli\\commands\\publish -re$ lerna create @der-cli/my-module$ lerna add axios
# or
$ yarn add axios$ npm config set registry https://registry.npmjs.org/
$ yarn cp发布 npm
$ npm publishder-cli-server: der-cli/der-cli-server
$ yarn dev
# or
$ yarn start