awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesPlugin Migrators

Tools for migrating data between different editor plugin implementations.

Distinguishing note: Focuses on third-party plugin data migration, distinct from core version upgrades.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Plugin Migrators. Refine with filters or upvote what's useful.

Awesome Plugin Migrators GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • payloadcms/payloadpayloadcms का अवतार

    payloadcms/payload

    43,053GitHub पर देखें↗

    Payload is a headless content management system and application framework that uses a code-first approach to define data schemas and administrative interfaces. By utilizing a centralized, type-safe configuration object, it automatically generates database schemas, API endpoints, and a fully customizable admin panel. The system is built on a database-agnostic architecture, allowing it to interface with various storage engines while providing a unified, type-safe API for server-side operations, REST, and GraphQL. What distinguishes Payload is its deep extensibility and developer-centric design.

    Migrates rich text data from third-party plugins to official editor formats.

    TypeScriptcmscontent-managementcontent-management-system
    GitHub पर देखें↗43,053
  • emdash-cms/emdashemdash-cms का अवतार

    emdash-cms/emdash

    10,887GitHub पर देखें↗

    EmDash is an open-source content management system built on Astro that combines a visual admin panel with a plugin-driven architecture and server-side rendering. It provides a complete content management system with structured content modeling, a rich text editor using Portable Text format, and a TypeScript API for type-safe content queries. The system supports authentication through passkeys, OAuth 2.1, and external providers, with role-based access control and fine-grained permission scopes. What distinguishes EmDash is its plugin development framework, which supports both native plugins ru

    Changes plugin imports from a named factory call to a default export passed directly into the plugins or sandboxed array.

    TypeScriptastrocmsemdash
    GitHub पर देखें↗10,887
  1. Home
  2. Software Engineering & Architecture
  3. Plugin Migrators

सब-टैग एक्सप्लोर करें

  • Import Syntax MigrationsChanging plugin imports from a named factory call to a default export passed directly into the plugins or sandboxed array. **Distinct from Plugin Migrators:** Distinct from Plugin Migrators: migrates import syntax (named factory to default export), not data between plugin implementations.