360medics-node 中文文档教程
360medics-node
用于 Typescript Node 360medics 项目的常用 NPM 库的存储库。
Utilities
Development , tests and build
- Tests:
npm run test
- Develop:
npm run build:watch
- Build:
npm run build
Publish changed to npm
首先构建您的包并提交您的更改。
然后升级版本号并提交 npm version minor && npm 发布。
360medics-node
Repository of often used NPM libraries for Typescript Node 360medics projects.
Utilities
Development , tests and build
- Tests:
npm run test
- Develop:
npm run build:watch
- Build:
npm run build
Publish changed to npm
First build your package and commit your changes.
Then upgrade version number and commit with npm version minor && npm publish
.
更多