moleculer-mixins-kit
v0.2.32
Published
This makes Moleculer coding easier by taking the hassle out of working with models, brokers and etc
Downloads
284
Readme
moleculer-mixins-kit
This makes Moleculer coding easier by taking the hassle out of working with models, brokers and etc
Installation
npm install moleculer-mixins-kit --save
or
yarn add moleculer-mixins-kit
Usage/Examples
const MixinsKit = require('moleculer-mixins-kit');
broker.createService({
name: 'service-example',
mixins: [MixinsKit],
});
To-do
- [ ] Unit Testing
- [ ] Real Example