awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • idurar/idurar-erp-crmAvatar von idurar

    idurar/idurar-erp-crm

    8,199Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,199
  • ricosuter/nswagAvatar von RicoSuter

    RicoSuter/NSwag

    7,342Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,342
  • googlechrome/sw-precacheAvatar von GoogleChrome

    GoogleChrome/sw-precache

    5,189Auf GitHub ansehen↗

    sw-precache ist ein Service-Worker-Precache-Generator, der verwendet wird, um Skripte zu erstellen, die Offline-Funktionalität für Webanwendungen ermöglichen. Er fungiert als Asset-Cache-Manager zur Build-Zeit, der statische Dateien hasht und deren Versionierung innerhalb eines Service-Worker-Caches verwaltet. Das Projekt bietet einen Runtime-Cache-Konfigurator zur Definition von Caching-Strategien und Request-Handlern für dynamische Inhalte basierend auf URL-Mustern. Es enthält zudem einen Offline-Fallback-Handler, um Netzwerkfehler abzufangen und zwischengespeicherte Fallback-Seiten bereitzustellen. Das Toolset deckt die Generierung von Service-Worker-Code und Manifesten, Content-Hash-basierte Versionierung sowie das Abfangen von Fetch-Ereignissen ab. Es bietet eine Kommandozeilenschnittstelle zur Generierung von Service-Worker-Dateien unter Verwendung von Konfigurationsdateien und benutzerdefinierten Flags.

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

    JavaScript
    Auf GitHub ansehen↗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

Unter-Tags erkunden

  • 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.