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,053在 GitHub 上查看↗

    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,887在 GitHub 上查看↗

    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.