moleculer-mixins-kit
v0.2.34
Published
This makes Moleculer coding easier by taking the hassle out of working with models, brokers and etc
Downloads
61
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 --saveor
yarn add moleculer-mixins-kitUsage/Examples
const MixinsKit = require('moleculer-mixins-kit');
broker.createService({
name: 'service-example',
mixins: [MixinsKit],
});To-do
- [ ] Unit Testing
- [ ] Real Example
