Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juandl/moleculer-mixins-kit
This makes Moleculer coding easier by taking the hassle out of working with models, brokers and etc
https://github.com/juandl/moleculer-mixins-kit
Last synced: 2 months ago
JSON representation
This makes Moleculer coding easier by taking the hassle out of working with models, brokers and etc
- Host: GitHub
- URL: https://github.com/juandl/moleculer-mixins-kit
- Owner: juandl
- Created: 2022-03-16T14:02:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T06:09:52.000Z (10 months ago)
- Last Synced: 2024-09-21T16:48:35.485Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 238 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
![Moleculer logo](http://moleculer.services/images/banner.png)
# moleculer-mixins-kit [![NPM version](https://img.shields.io/npm/v/moleculer-mixins-kit.svg)](https://www.npmjs.com/package/moleculer-mixins-kit)
This makes Moleculer coding easier by taking the hassle out of working with models, brokers and etc
## Installation
```bash
npm install moleculer-mixins-kit --save
```or
```bash
yarn add moleculer-mixins-kit
```## Usage/Examples
```javascript
const MixinsKit = require('moleculer-mixins-kit');broker.createService({
name: 'service-example',
mixins: [MixinsKit],
});
```## To-do
- [ ] Unit Testing
- [ ] Real Example