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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesConfiguration-Driven Generators

Systems that automate the creation of API endpoints and dashboards based on predefined configuration files.

Distinct from Repository-Based Generators: Specifically uses configuration files to drive generation, whereas repository-based generators use interface definitions.

Explore 3 awesome GitHub repositories matching web development · Configuration-Driven Generators. Refine with filters or upvote what's useful.

Awesome Configuration-Driven Generators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • idurar/idurar-erp-crmidurar 的头像

    idurar/idurar-erp-crm

    8,199在 GitHub 上查看↗

    Idurar is an integrated system combining Customer Relationship Management and Enterprise Resource Planning. It functions as a headless business API that generates secure REST endpoints and administrative panels from configuration files to connect business logic with external applications. The platform supports multi-tenant SaaS management, isolating data and configurations for multiple companies or branches within a single installation. It is designed for international business accounting, featuring a multi-currency financial engine that processes transactions and manages regional tax rules a

    Automatically generates REST endpoints and administrative dashboards by interpreting module configuration files.

    JavaScriptaccountingaccounting-softwarecrm
    在 GitHub 上查看↗8,199
  • ricosuter/nswagRicoSuter 的头像

    RicoSuter/NSwag

    7,342在 GitHub 上查看↗

    NSwag is an OpenAPI toolchain for .NET that provides a suite of generators for converting OpenAPI specifications and JSON schemas into clients, server stubs, and structured documentation. It enables the creation of type-safe client libraries and data transfer objects, as well as the generation of OpenAPI specifications by analyzing .NET controllers. The project supports contract-first API development by generating server controller stubs from specifications and offers dedicated TypeScript API integration to ensure type safety in frontend applications. It also provides tools for hosting intera

    Automates the generation process using predefined instructions stored in JSON configuration documents.

    C#angularaspnetaspnetcore
    在 GitHub 上查看↗7,342
  • googlechrome/sw-precacheGoogleChrome 的头像

    GoogleChrome/sw-precache

    5,189在 GitHub 上查看↗

    sw-precache 是一个 Service Worker 预缓存生成器,用于创建实现 Web 应用程序离线功能的脚本。它作为一个构建时资产缓存管理器,对静态文件进行哈希处理并在 Service Worker 缓存中管理其版本。 该项目提供了一个运行时缓存配置器,用于根据 URL 模式定义动态内容的缓存策略和请求处理程序。它还包括一个离线回退处理程序,用于拦截网络故障并提供缓存的回退页面。 该工具集涵盖了 Service Worker 代码和清单的生成、基于内容哈希的版本控制以及 Fetch 事件的拦截。它提供了一个命令行界面,用于使用配置文件和自定义标志生成 Service Worker 文件。

    Transforms JavaScript or JSON configuration into a functional service worker script via a build-step module.

    JavaScript
    在 GitHub 上查看↗5,189
  1. Home
  2. Web Development
  3. API Management Tools
  4. API Development & Management
  5. API Generation
  6. Dynamic REST API Generators
  7. Repository-Based Generators
  8. Configuration-Driven Generators

探索子标签

  • Service Worker Script GeneratorsTools that transform configuration objects into functional service worker scripts. **Distinct from Configuration-Driven Generators:** Distinct from general configuration-driven generators by specifically producing executable service worker code rather than API endpoints or dashboards.