sdk for pat
npm install tq-pat-sdknew
yarn build
`
+ 切换npm源
`
npm config set registry=http://registry.npmjs.org
`
或
`
nrm use npm
`
+ 登陆到npm
`
npm login
`
账号信息:
`
见群内公告
`
+ 上传库
`
npm publish
`
$3
+ 切回npm工作源
`
nrm use tianque
`
+ 依赖
`
yarn add tq-pat-sdk
`
或者更新
`
yarn upgrade [-latest] tq-pat-sdk
``