awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesPlugin Source Builds

EmDash reads the plugin manifest and source file, then emits the distribution artifacts into a dist folder.

Distinct from Source Builds from Git: Distinct from Source Builds from Git: focuses on building plugins from their manifest and source, not general software builds from Git.

Explore 1 awesome GitHub repository matching devops & infrastructure · Plugin Source Builds. Refine with filters or upvote what's useful.

Awesome Plugin Source Builds GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • emdash-cms/emdashالصورة الرمزية لـ emdash-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

    Compiles plugin source into a distributable bundle containing hooks, routes, and a manifest for loading.

    TypeScriptastrocmsemdash
    عرض على GitHub↗10,887
  1. Home
  2. DevOps & Infrastructure
  3. Git Source Management
  4. Source Builds from Git
  5. Plugin Source Builds

استكشف الوسوم الفرعية

  • Plugin Build and ValidationSchema-checks the manifest and compiles the plugin into deployable artifacts using a CLI command. **Distinct from Plugin Source Builds:** Distinct from Plugin Source Builds: adds schema validation of the manifest before compilation, not just building from source.