360medics-node
v1.10.0
Published
360medics npm libraries
Readme
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.
