awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    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.