Socket
Socket
Sign inDemoInstall

medusa-plugin-strapi-ts

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medusa-plugin-strapi-ts

A plugin for medusa to use strapi in the backend crm typescript


Version published
Weekly downloads
246
decreased by-5.02%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Medusa

Plugin starter (Typescript)

Start to write your own plugin as quick as possible

Awesome

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.

Keywords

FAQs

Package last updated on 10 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc