PDF Tracker Plugin
A starter template for Medusa plugins with PDF tracking capabilities
Overview
The pdf-tracker-plugin is a foundational starter template for developing Medusa plugins. This package provides a framework compatible with Medusa versions 2.4.0 and above, designed to help developers create custom plugin functionality.
System Requirements
Before installing the plugin, ensure your system meets the following requirements:
- Medusa server: v2.4.0 or later
- Node.js: v20 or later
Installation
Install the plugin using your preferred package manager:
# Using npm
npm install pdf-tracker-plugin
Configuration
Add the plugin to your medusa-config.js file:
module.exports = {
plugins: [
{
resolve: `pdf-tracker-plugin`,
options: {
// Add your configuration options here
},
},
],
}
About Medusa
Medusa is a collection of commerce modules that enable developers to create reliable, performant commerce applications. The platform allows extensive customization to build:
- Ecommerce stores
- Marketplaces
- Commerce-based products
All modules are open-source and available on npm.
Use Cases
This starter plugin is ideal for:
- Plugin Development - Learning the structure and patterns of Medusa plugins
- PDF Generation - Building custom PDF generation and tracking functionality
- Custom Extensions - Creating custom functionality for your Medusa store
Community Support
Get help and connect with other developers:
- Documentation: docs.medusajs.com
- GitHub Discussions: Medusa GitHub
- Discord: Medusa Discord Server