A well-structured Moleculer JS Boilerplate with Typescript, CLI, Service Helpers, Swagger, Jest support and everything you'll ever need to deploy rock solid projects. https://pankod.github.io/moleculerjs-boilerplate/
The biggest changes are in the service declarations themselves.
Overall it was a pretty easy migration, speaks to the quality of the initial project setup.
Some future quality of life improvements would be a better way to define the swagger docs. Currently adding definitions and just generally editing of the jsDoc style definitions is a little clunky.
Thanks for all the work you put into this, using it as a basis for the backend for a new project and loving it so far.
EDIT: I forgot to update the docs and the cli needs to be updated a bit too.
The biggest changes are in the service declarations themselves.
Overall it was a pretty easy migration, speaks to the quality of the initial project setup.
Some future quality of life improvements would be a better way to define the swagger docs. Currently adding definitions and just generally editing of the jsDoc style definitions is a little clunky.
Thanks for all the work you put into this, using it as a basis for the backend for a new project and loving it so far.
EDIT: I forgot to update the docs and the cli needs to be updated a bit too.