Skip to content

This makes Moleculer coding easier by taking the hassle out of working with models, brokers and etc

Notifications You must be signed in to change notification settings

juandl/moleculer-mixins-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moleculer logo

moleculer-mixins-kit NPM version

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

About

This makes Moleculer coding easier by taking the hassle out of working with models, brokers and etc

Resources

Stars

Watchers

Forks