360medics-node

360medics npm libraries

Usage no npm install needed!

<script type="module">
  import 60medicsNode from 'https://cdn.skypack.dev/360medics-node';
</script>

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.