1.0.3 • Published 11 months ago

carotte-loader v1.0.3

Weekly downloads
197
License
ISC
Repository
github
Last release
11 months 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

11 months ago

1.0.2

3 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.6.0

5 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago