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