Career Plugin
A Medusa plugin for managing career-related functionality.
Overview
This plugin adds career management capabilities to your Medusa store.
Requirements
- Node.js >= 20
- Medusa v2
- moment.js (^2.30.1)
Installation
npm install @devx-commerce/career-plugin
Configuration
Add the plugin to your medusa-config.ts:
module.exports = {
plugins: [
// ... other plugins
'@devx-commerce/career-plugin',
],
}
Dependencies
- moment (^2.30.1)
Use Cases
- Job posting management
- Career page integration
- Application tracking
- Recruitment workflow
- Talent management