1.0.3 • Published 2 years ago

carotte-loader v1.0.3

Weekly downloads
197
License
ISC
Repository
github
Last release
2 years ago

carotte-loader

Load and bind automatically your functions on your AMQP broker using carotte

file structure

service-invoicing/
├── src/
|   ├── controllers/
|   |   ├── controller.payment-methods.create/
|   |   |   ├── index.js
|   |   |   └── spec.js
|   |   ├── controller.payment-methods.delete/
|   |   |   └── ...
|   |   ├── controller.payment-methods.update/
|   |   |   └── ...
|   |   ├── controller.invoices.list/
|   |   |   └── ...
|   |   ├── controller.invoices.read/
|   |   |   └── ...
|   |   └── ...
|   ├── lambdas/
|   |   ├── payment-methods.collect/
|   |   |   ├── index.js
|   |   |   └── spec.js
|   |   ├── payment-methods.refund/
|   |   |   └── ...
|   |   └── payer.create/
|   |       └── ...
|   ├─── listeners/
|   |   ├── user.created
|   |   |   ├── index.js
|   |   |   └── spec.js
|   |   ├── user.deleted
|   |   |   └── ...
|   |   └── ...

usage

const carotte = require('carotte')({});
require('carotte-loader')(carotte);
1.0.3

2 years ago

1.0.2

4 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.6.0

7 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago