1 repository
Changing 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.
Explore 1 awesome GitHub repository matching software engineering & architecture · Import Syntax Migrations. Refine with filters or upvote what's useful.
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.