@shodement/microservice

A package to encapsulates Microservice configuration files

Usage no npm install needed!

<script type="module">
  import shodementMicroservice from 'https://cdn.skypack.dev/@shodement/microservice';
</script>

README

microservice

A package to encapsulates Microservice configuration files

Note for "tsoa"

tsoa allows to define request using either classes or interfaces, but class-validator decorators can only be used with classes.

Development

Install

npm install

Commands

npm run develop

npm test

npm run test:coverage