1.10.0 • Published 6 years ago
360medics-node v1.10.0
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
.