https://github.com/moleculerjs/moleculer-addons
:gift: Official addons for Moleculer framework
https://github.com/moleculerjs/moleculer-addons
addon microservices moleculer official-addons
Last synced: 5 months ago
JSON representation
:gift: Official addons for Moleculer framework
- Host: GitHub
- URL: https://github.com/moleculerjs/moleculer-addons
- Owner: moleculerjs
- License: mit
- Created: 2017-05-23T14:13:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T08:32:01.000Z (8 months ago)
- Last Synced: 2024-10-29T21:48:05.489Z (6 months ago)
- Topics: addon, microservices, moleculer, official-addons
- Language: JavaScript
- Homepage: https://moleculer.services/
- Size: 3.81 MB
- Stars: 86
- Watchers: 4
- Forks: 34
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://travis-ci.org/moleculerjs/moleculer-addons)
[](https://coveralls.io/github/moleculerjs/moleculer-addons?branch=master)
[](https://www.codacy.com/app/mereg-norbert/moleculer-addons?utm_source=github.com&utm_medium=referral&utm_content=moleculerjs/moleculer-addons&utm_campaign=Badge_Grade)
[](https://codeclimate.com/github/moleculerjs/moleculer-addons/maintainability)
[](https://snyk.io/test/github/moleculerjs/moleculer-addons)
[](https://gitter.im/moleculerjs/moleculer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)# Official addons for Moleculer framework
This is a monorepo, contains multiple services & addons for Moleculer project.## Generals
| Name | Version | Description |
| ---- | ------- | ----------- |
| [moleculer-bee-queue](/packages/moleculer-bee-queue#readme) | [](https://www.npmjs.com/package/moleculer-bee-queue) | Task queue mixin for Bee-Queue |
| [moleculer-bull](/packages/moleculer-bull#readme) | [](https://www.npmjs.com/package/moleculer-bull) | Task queue service with Bull |
| [moleculer-elasticsearch](/packages/moleculer-elasticsearch#readme) | [](https://www.npmjs.com/package/moleculer-elasticsearch) | Elasticsearch service for Moleculer. |
| [moleculer-fake](/packages/moleculer-fake#readme) | [](https://www.npmjs.com/package/moleculer-fake) | Fake data generator by Fakerator |
| [moleculer-mail](/packages/moleculer-mail#readme) | [](https://www.npmjs.com/package/moleculer-mail) | Send emails |
| [moleculer-slack](/packages/moleculer-slack#readme) | [](https://www.npmjs.com/package/moleculer-slack) | Send Messages to slack |
| [moleculer-twilio](/packages/moleculer-twilio#readme) | [](https://www.npmjs.com/package/moleculer-twilio) | Send SMS Message with Twilio. |# Contribution
## Install dependencies
```bash
$ npm run setup
```## Development
**Run the `simple` example in `moleculer-mail` service with watching**
```bash
$ npm run dev moleculer-mail
```**Run the `full` example in `moleculer-fake` service w/o watching**
```bash
$ npm run demo moleculer-fake full
```## Test
```bash
$ npm test
```## Create a new addon
```bash
$ npm run init moleculer-
```## Publish new releases
```bash
$ npm run release
```# License
The project is available under the [MIT license](https://tldrlegal.com/license/mit-license).# Contact
Copyright (c) 2016-2019 MoleculerJS[](https://github.com/moleculerjs) [](https://twitter.com/MoleculerJS)