This project is automatic created by tMind-Core for tFrameV9 of smpoo Co. in 2021-03-13 07:02:42.668
npm install tmind-core
yarn install
`
> ##### 开发(ts 热编译为 js)
`
yarn dev
`
> ##### 用例尝试(源文件保存后,同步热更新)
`
yarn try
`
> ##### 用例文档自动生成
`
yarn doc
`
> ##### 发布(同步github 和 npm)
`
yarn build
`
> ##### 测试
`
yarn test
// 测试并生成覆盖率报告
yarn test-c
`
> ##### 代码规范检查
`
yarn lint
``