0.1.4 • Published 2 years ago

@lambdacurry/medusa-ziptax-plugin v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Getting started

Installation

git clone git@github.com:adrien2p/medusa-plugin-starter-ts.git

Usage

Api

Admin routes

Those routes will automatically be attached by medusa to the admin path.

Store routes

Those routes will automatically be attached by medusa to the store path.

Custom routes

All those routes are added in the main router and you have to manage them.

Models/Migrations

Those models will be attach to the manager and included into the medusa container. The migrations will be applied automatically.

Subscribers

It acts like a service but its main purpose is to extends core flow depending on the events you want to listen to.

Services

Those services will be automatically added to the medusa container and will be available in any other service through the constructor injection.

Loaders

Those will be applied during the loading and allow you to register custom components to the container to be accessible later on.

Deployment

Once your plugin is done.

npm run build && npm version && npm publish

You can now install it into your project file medusa-config.

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.19

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.16

2 years ago

0.0.8

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago